|
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 |
| Gets the answer ID. | |
| (BOOL) | - isSenderMyself |
| Gets the question answer is send myself. | |
| (time_t) | - getTimeStamp |
| Gets the current answer's timestamps. | |
| (NSString *_Nullable) | - getAnswerContent |
| Gets the answer content. | |
| (NSString *_Nullable) | - getSendName |
| Gets the answer's sender name. | |
| (NSString *_Nullable) | - getQuestionId |
| Gets the question ID. | |
| (BOOL) | - isPrivate |
| Gets the answer is private. | |
| (BOOL) | - isLiveAnswer |
| Gets the answer is live. | |
Represents an answer object in the Q&A module.
Definition at line 16 of file ZoomSDKQAController.h.
| - (NSString *_Nullable) getAnswerContent |
Gets the answer content.
| - (NSString *_Nullable) getAnswerID |
Gets the answer ID.
| - (NSString *_Nullable) getQuestionId |
Gets the question ID.
| - (NSString *_Nullable) getSendName |
Gets the answer's sender name.
| - (time_t) getTimeStamp |
Gets the current answer's timestamps.
| - (BOOL) isLiveAnswer |
Gets the answer is live.
| - (BOOL) isPrivate |
Gets the answer is private.
| - (BOOL) isSenderMyself |
Gets the question answer is send myself.