macOS SDK API Reference
|
#import <ZoomSDKQAController.h>
Inherits NSObject.
Instance Methods | |
(NSString *) | - 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 *) | - getAnswerContent |
Get the answer content. | |
(NSString *) | - getSendName |
Get the senderName of the send answer. | |
(NSString *) | - getQuestionId |
Get the question ID. | |
(BOOL) | - isPrivate |
Get the answer is private. | |
(BOOL) | - isLiveAnswer |
Get the answer is live. | |
Definition at line 7 of file ZoomSDKQAController.h.
- (NSString *) getAnswerContent |
Get the answer content.
- (NSString *) getAnswerID |
Get the answer ID.
- (NSString *) getQuestionId |
Get the question ID.
- (NSString *) 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.