Mac SDK
Instance Methods | List of all members
ZoomSDKQuestionInfo Class Reference
Inheritance diagram for ZoomSDKQuestionInfo:

Instance Methods

(NSString *) - getQuestionId
 Get the question ID. More...
 
(BOOL) - isSenderMyself
 Get the question is send by self. More...
 
(time_t) - getTimeStamp
 Get the timestamps of the current question. More...
 
(NSString *) - getQuestionContent
 Get the question content. More...
 
(NSString *) - getSendName
 Get the senderName of the send question. More...
 
(BOOL) - isAnonymous
 Get the question is anonymous. More...
 
(BOOL) - isMarkedAsAnswered
 Get the question is marked as answer. More...
 
(BOOL) - isMarkedAsDismissed
 Get the question is marked as dismissed. More...
 
(int) - upVoteNum
 Get the question vote number. More...
 
(BOOL) - hasLiveAnswers
 Get the question has live answer. More...
 
(BOOL) - hasTextAnswers
 Get the question has text answer. More...
 
(BOOL) - isMySelfUpvoted
 Get the question is myself vote. More...
 
(BOOL) - amILiveAnswering
 Get the question is myself live answered. More...
 
(NSArray *) - getAnswerList
 Get the question answer list. More...
 
(NSString *) - getLiveAnswerName
 Get the person name of live answered question. More...
 
(BOOL) - isLiveAnswering
 Get the queestion is answered living. More...
 

Method Documentation

◆ amILiveAnswering

- (BOOL) amILiveAnswering

Get the question is myself live answered.

Returns
If return YES means the question is myself live answered,otherwise not.

◆ getAnswerList

- (NSArray*) getAnswerList

Get the question answer list.

Returns
If the function succeeds, the return value is the answer list of question.

◆ getLiveAnswerName

- (NSString*) getLiveAnswerName

Get the person name of live answered question.

Returns
If the function succeeds, the return value is the name of the person live answered the question.

◆ getQuestionContent

- (NSString*) getQuestionContent

Get the question content.

Returns
If the function succeeds, the return value is the content of the current question.

◆ getQuestionId

- (NSString*) getQuestionId

Get the question ID.

Returns
If the function succeeds, the return value is the ID of the current question.

◆ getSendName

- (NSString*) getSendName

Get the senderName of the send question.

Returns
If the function succeeds, the return value is the name of the person send the question.

◆ getTimeStamp

- (time_t) getTimeStamp

Get the timestamps of the current question.

Returns
If the function succeeds, the return value is the timestamps of the current question.

◆ hasLiveAnswers

- (BOOL) hasLiveAnswers

Get the question has live answer.

Returns
If return YES means the question has live answer,otherwise not.

◆ hasTextAnswers

- (BOOL) hasTextAnswers

Get the question has text answer.

Returns
If return YES means the question has text answer,otherwise not.

◆ isAnonymous

- (BOOL) isAnonymous

Get the question is anonymous.

Returns
If return YES means the question is anonymous,otherwise not.

◆ isLiveAnswering

- (BOOL) isLiveAnswering

Get the queestion is answered living.

Returns
If return Yes means the answer is living.

◆ isMarkedAsAnswered

- (BOOL) isMarkedAsAnswered

Get the question is marked as answer.

Returns
If return YES means the question is marked as answer,otherwise not.

◆ isMarkedAsDismissed

- (BOOL) isMarkedAsDismissed

Get the question is marked as dismissed.

Returns
If return YES means the question is marked as dismissed,otherwise not.

◆ isMySelfUpvoted

- (BOOL) isMySelfUpvoted

Get the question is myself vote.

Returns
If return YES means the question is myself vote,otherwise not.

◆ isSenderMyself

- (BOOL) isSenderMyself

Get the question is send by self.

Returns
If return Yes means the question is send by self..

◆ upVoteNum

- (int) upVoteNum

Get the question vote number.

Returns
Value is the question vote number.

The documentation for this class was generated from the following file: