Meeting SDK for macOS API Reference
|
Represents a question object in the Q&A module. More...
#include <ZoomSDKQAController.h>
Inherits NSObject.
Instance Methods | |
(NSString *_Nullable) | - 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 *_Nullable) | - getQuestionContent |
Get the question content. | |
(NSString *_Nullable) | - 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 *_Nullable) | - getAnswerList |
Get the question answer list. | |
(NSString *_Nullable) | - getLiveAnswerName |
Get the person name of live answered question. | |
(BOOL) | - isLiveAnswering |
Get the queestion is answered living. | |
Represents a question object in the Q&A module.
Definition at line 70 of file ZoomSDKQAController.h.
- (BOOL) amILiveAnswering |
Get the question is myself live answered.
- (NSArray *_Nullable) getAnswerList |
Get the question answer list.
- (NSString *_Nullable) getLiveAnswerName |
Get the person name of live answered question.
- (NSString *_Nullable) getQuestionContent |
Get the question content.
- (NSString *_Nullable) getQuestionId |
Get the question ID.
- (NSString *_Nullable) 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.