|
Meeting SDK for macOS API Reference
|
Represents an answer object in the Q&A module. More...
#include <ZoomSDKQAController.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getAnswerID |
| Get the answer ID. | |
| (BOOL) | - isSenderMyself |
| Get the question answer is send myself. | |
| (time_t) | - getTimeStamp |
| Get the timestamps of the current answer. | |
| (NSString *_Nullable) | - getAnswerContent |
| Get the answer content. | |
| (NSString *_Nullable) | - getSendName |
| Get the senderName of the send answer. | |
| (NSString *_Nullable) | - getQuestionId |
| Get the question ID. | |
| (BOOL) | - isPrivate |
| Get the answer is private. | |
| (BOOL) | - isLiveAnswer |
| Get the answer is live. | |
Represents an answer object in the Q&A module.
Definition at line 16 of file ZoomSDKQAController.h.
| - (NSString *_Nullable) getAnswerContent |
Get the answer content.
| - (NSString *_Nullable) getAnswerID |
Get the answer ID.
| - (NSString *_Nullable) getQuestionId |
Get the question ID.
| - (NSString *_Nullable) getSendName |
Get the senderName of the send answer.
| - (time_t) getTimeStamp |
Get the timestamps of the current answer.
| - (BOOL) isLiveAnswer |
Get the answer is live.
| - (BOOL) isPrivate |
Get the answer is private.
| - (BOOL) isSenderMyself |
Get the question answer is send myself.