|
Meeting SDK for iOS API 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. | |
A class that represents a Q&A answer.
Definition at line 12 of file MobileRTCQAItem.h.
| - (NSString *_Nullable) getAnswerID |
Gets the answer ID.
| - (NSString *_Nullable) getQuestionId |
Gets the question ID.
| - (NSString *_Nullable) getSenderName |
Gets the sender name.
| - (NSString *_Nullable) getText |
Gets the answer text.
| - (NSDate *_Nullable) getTime |
Gets the answer time.
| - (BOOL) isLiveAnswer |
Determines if the answer is a live answer.
| - (BOOL) isPrivate |
Determines if the answer is private.
| - (BOOL) isSenderMyself |
Determines if the sender is myself.