|
Meeting SDK for iOS API Reference
|
A class that represents a Q&A question. More...
#include <MobileRTCQAItem.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getQuestionId |
| Gets the question ID. | |
| (NSDate *_Nullable) | - getTime |
| Gets the question time. | |
| (NSString *_Nullable) | - getText |
| Gets the question text. | |
| (NSString *_Nullable) | - getSenderName |
| Gets the sender name. | |
| (BOOL) | - isAnonymous |
| Determines if the question is anonymous. | |
| (BOOL) | - isMarkedAsAnswered |
| Determines if the question is marked as answered. | |
| (BOOL) | - isMarkedAsDismissed |
| Determines if the question is marked as dismissed. | |
| (NSUInteger) | - getUpvoteNumber |
| Gets the upvote number. | |
| (BOOL) | - getHasLiveAnswers |
| Determines if the question has live answers. | |
| (BOOL) | - getHasTextAnswers |
| Determines if the question has text answers. | |
| (BOOL) | - isMySelfUpvoted |
| Determines if I have upvoted the question. | |
| (BOOL) | - amILiveAnswering |
| Determines if I am live answering the question. | |
| (BOOL) | - isLiveAnswering |
| Determines if someone is live answering the question. | |
| (NSString *_Nullable) | - getLiveAnswerName |
| Gets the live answer name. | |
| (BOOL) | - isSenderMyself |
| Determines if the sender is myself. | |
| (nullable NSArray< MobileRTCQAAnswerItem * > *) | - getAnswerlist |
| Gets the answer list. | |
A class that represents a Q&A question.
Definition at line 68 of file MobileRTCQAItem.h.
| - (BOOL) amILiveAnswering |
Determines if I am live answering the question.
| - (nullable NSArray< MobileRTCQAAnswerItem * > *) getAnswerlist |
Gets the answer list.
| - (BOOL) getHasLiveAnswers |
Determines if the question has live answers.
| - (BOOL) getHasTextAnswers |
Determines if the question has text answers.
| - (NSString *_Nullable) getLiveAnswerName |
Gets the live answer name.
| - (NSString *_Nullable) getQuestionId |
Gets the question ID.
| - (NSString *_Nullable) getSenderName |
Gets the sender name.
| - (NSString *_Nullable) getText |
Gets the question text.
| - (NSDate *_Nullable) getTime |
Gets the question time.
| - (NSUInteger) getUpvoteNumber |
Gets the upvote number.
| - (BOOL) isAnonymous |
Determines if the question is anonymous.
| - (BOOL) isLiveAnswering |
Determines if someone is live answering the question.
| - (BOOL) isMarkedAsAnswered |
Determines if the question is marked as answered.
| - (BOOL) isMarkedAsDismissed |
Determines if the question is marked as dismissed.
| - (BOOL) isMySelfUpvoted |
Determines if I have upvoted the question.
| - (BOOL) isSenderMyself |
Determines if the sender is myself.