Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCQAAnswerItem Class Reference

A class that represents a Q&A answer. More...

#include <MobileRTCQAItem.h>

Inherits NSObject.

Instance Methods

(NSDate *_Nullable) - getTime
 Gets the answer time.
 
(NSString *_Nullable) - getText
 Gets the answer text.
 
(NSString *_Nullable) - getSenderName
 Gets the sender name.
 
(NSString *_Nullable) - getQuestionId
 Gets the question ID.
 
(NSString *_Nullable) - getAnswerID
 Gets the answer ID.
 
(BOOL) - isPrivate
 Determines if the answer is private.
 
(BOOL) - isLiveAnswer
 Determines if the answer is a live answer.
 
(BOOL) - isSenderMyself
 Determines if the sender is myself.
 

Detailed Description

A class that represents a Q&A answer.

Definition at line 12 of file MobileRTCQAItem.h.

Method Documentation

◆ getAnswerID

- (NSString *_Nullable) getAnswerID

Gets the answer ID.

Returns
The answer ID.

◆ getQuestionId

- (NSString *_Nullable) getQuestionId

Gets the question ID.

Returns
The question ID.

◆ getSenderName

- (NSString *_Nullable) getSenderName

Gets the sender name.

Returns
The sender name.

◆ getText

- (NSString *_Nullable) getText

Gets the answer text.

Returns
The answer text.

◆ getTime

- (NSDate *_Nullable) getTime

Gets the answer time.

Returns
The answer time.

◆ isLiveAnswer

- (BOOL) isLiveAnswer

Determines if the answer is a live answer.

Returns
YES if the answer is a live answer. Otherwise, NO.

◆ isPrivate

- (BOOL) isPrivate

Determines if the answer is private.

Returns
YES if the answer is private. Otherwise, NO.

◆ isSenderMyself

- (BOOL) isSenderMyself

Determines if the sender is myself.

Returns
YES if the sender is myself. Otherwise, NO.