macOS SDK API Reference
|
#import <ZoomSDKQAController.h>
Inherits NSObject.
Instance Methods | |
(NSString *) | - getQuestionId |
Get the question ID. | |
(BOOL) | - isSenderMyself |
Get the question is send by self. | |
(time_t) | - getTimeStamp |
Get the timestamps of the current question. | |
(NSString *) | - getQuestionContent |
Get the question content. | |
(NSString *) | - getSendName |
Get the senderName of the send question. | |
(BOOL) | - isAnonymous |
Get the question is anonymous. | |
(BOOL) | - isMarkedAsAnswered |
Get the question is marked as answer. | |
(BOOL) | - isMarkedAsDismissed |
Get the question is marked as dismissed. | |
(int) | - upVoteNum |
Get the question vote number. | |
(BOOL) | - hasLiveAnswers |
Get the question has live answer. | |
(BOOL) | - hasTextAnswers |
Get the question has text answer. | |
(BOOL) | - isMySelfUpvoted |
Get the question is myself vote. | |
(BOOL) | - amILiveAnswering |
Get the question is myself live answered. | |
(NSArray *) | - getAnswerList |
Get the question answer list. | |
(NSString *) | - getLiveAnswerName |
Get the person name of live answered question. | |
(BOOL) | - isLiveAnswering |
Get the queestion is answered living. | |
Definition at line 58 of file ZoomSDKQAController.h.
- (BOOL) amILiveAnswering |
Get the question is myself live answered.
- (NSArray *) getAnswerList |
Get the question answer list.
- (NSString *) getLiveAnswerName |
Get the person name of live answered question.
- (NSString *) getQuestionContent |
Get the question content.
- (NSString *) getQuestionId |
Get the question ID.
- (NSString *) getSendName |
Get the senderName of the send question.
- (time_t) getTimeStamp |
Get the timestamps of the current question.
- (BOOL) hasLiveAnswers |
Get the question has live answer.
- (BOOL) hasTextAnswers |
Get the question has text answer.
- (BOOL) isAnonymous |
Get the question is anonymous.
- (BOOL) isLiveAnswering |
Get the queestion is answered living.
- (BOOL) isMarkedAsAnswered |
Get the question is marked as answer.
- (BOOL) isMarkedAsDismissed |
Get the question is marked as dismissed.
- (BOOL) isMySelfUpvoted |
Get the question is myself vote.
- (BOOL) isSenderMyself |
Get the question is send by self.
- (int) upVoteNum |
Get the question vote number.