|
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 |
| Gets the question ID. | |
| (BOOL) | - isSenderMyself |
| Gets the question is send by self. | |
| (time_t) | - getTimeStamp |
| Gets the current question's timestamps. | |
| (NSString *_Nullable) | - getQuestionContent |
| Gets the question content. | |
| (NSString *_Nullable) | - getSendName |
| Gets the question's sender name. | |
| (BOOL) | - isAnonymous |
| Gets the question is anonymous. | |
| (BOOL) | - isMarkedAsAnswered |
| Gets the question is marked as answer. | |
| (BOOL) | - isMarkedAsDismissed |
| Gets the question is marked as dismissed. | |
| (int) | - upVoteNum |
| Gets the question vote number. | |
| (BOOL) | - hasLiveAnswers |
| Gets the question has live answer. | |
| (BOOL) | - hasTextAnswers |
| Gets the question has text answer. | |
| (BOOL) | - isMySelfUpvoted |
| Gets the question is myself vote. | |
| (BOOL) | - amILiveAnswering |
| Gets the question is myself live answered. | |
| (NSArray *_Nullable) | - getAnswerList |
| Gets the question answer list. | |
| (NSString *_Nullable) | - getLiveAnswerName |
| Gets the person name of live answered question. | |
| (BOOL) | - isLiveAnswering |
| Gets the queestion is answered living. | |
Represents a question object in the Q&A module.
Definition at line 70 of file ZoomSDKQAController.h.
| - (BOOL) amILiveAnswering |
Gets the question is myself live answered.
| - (NSArray *_Nullable) getAnswerList |
Gets the question answer list.
| - (NSString *_Nullable) getLiveAnswerName |
Gets the person name of live answered question.
| - (NSString *_Nullable) getQuestionContent |
Gets the question content.
| - (NSString *_Nullable) getQuestionId |
Gets the question ID.
| - (NSString *_Nullable) getSendName |
Gets the question's sender name.
| - (time_t) getTimeStamp |
Gets the current question's timestamps.
| - (BOOL) hasLiveAnswers |
Gets the question has live answer.
| - (BOOL) hasTextAnswers |
Gets the question has text answer.
| - (BOOL) isAnonymous |
Gets the question is anonymous.
| - (BOOL) isLiveAnswering |
Gets the queestion is answered living.
| - (BOOL) isMarkedAsAnswered |
Gets the question is marked as answer.
| - (BOOL) isMarkedAsDismissed |
Gets the question is marked as dismissed.
| - (BOOL) isMySelfUpvoted |
Gets the question is myself vote.
| - (BOOL) isSenderMyself |
Gets the question is send by self.
| - (int) upVoteNum |
Gets the question vote number.