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

Instance Methods

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

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.

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