macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKQuestionInfo Class 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.
 

Detailed Description

Definition at line 58 of file ZoomSDKQAController.h.

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.