macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKAnswerInfo Class Reference

#import <ZoomSDKQAController.h>

Inherits NSObject.

Instance Methods

(NSString *) - getAnswerID
 Get the answer ID.
 
(BOOL) - isSenderMyself
 Get the question answer is send myself.
 
(time_t) - getTimeStamp
 Get the timestamps of the current answer.
 
(NSString *) - getAnswerContent
 Get the answer content.
 
(NSString *) - getSendName
 Get the senderName of the send answer.
 
(NSString *) - getQuestionId
 Get the question ID.
 
(BOOL) - isPrivate
 Get the answer is private.
 
(BOOL) - isLiveAnswer
 Get the answer is live.
 

Detailed Description

Definition at line 7 of file ZoomSDKQAController.h.

Method Documentation

◆ getAnswerContent

- (NSString *) getAnswerContent

Get the answer content.

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

◆ getAnswerID

- (NSString *) getAnswerID

Get the answer ID.

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

◆ getQuestionId

- (NSString *) getQuestionId

Get the question ID.

Returns
If the function succeeds, the return value is the questionID.

◆ getSendName

- (NSString *) getSendName

Get the senderName of the send answer.

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

◆ getTimeStamp

- (time_t) getTimeStamp

Get the timestamps of the current answer.

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

◆ isLiveAnswer

- (BOOL) isLiveAnswer

Get the answer is live.

Returns
If return Yes means the answer is live.

◆ isPrivate

- (BOOL) isPrivate

Get the answer is private.

Returns
If return Yes means the answer is private.

◆ isSenderMyself

- (BOOL) isSenderMyself

Get the question answer is send myself.

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