|
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.
References amILiveAnswering.
Referenced by amILiveAnswering.
| - (nullable NSArray< MobileRTCQAAnswerItem * > *) getAnswerlist |
Gets the answer list.
References getAnswerlist.
Referenced by getAnswerlist.
| - (BOOL) getHasLiveAnswers |
Determines if the question has live answers.
References getHasLiveAnswers.
Referenced by getHasLiveAnswers.
| - (BOOL) getHasTextAnswers |
Determines if the question has text answers.
References getHasTextAnswers.
Referenced by getHasTextAnswers.
| - (NSString *_Nullable) getLiveAnswerName |
Gets the live answer name.
References getLiveAnswerName.
Referenced by getLiveAnswerName.
| - (NSString *_Nullable) getQuestionId |
Gets the question ID.
References getQuestionId.
Referenced by getQuestionId.
| - (NSString *_Nullable) getSenderName |
Gets the sender name.
References getSenderName.
Referenced by getSenderName.
| - (NSString *_Nullable) getText |
| - (NSDate *_Nullable) getTime |
| - (NSUInteger) getUpvoteNumber |
Gets the upvote number.
References getUpvoteNumber.
Referenced by getUpvoteNumber.
| - (BOOL) isAnonymous |
Determines if the question is anonymous.
References isAnonymous.
Referenced by isAnonymous.
| - (BOOL) isLiveAnswering |
Determines if someone is live answering the question.
References isLiveAnswering.
Referenced by isLiveAnswering.
| - (BOOL) isMarkedAsAnswered |
Determines if the question is marked as answered.
References isMarkedAsAnswered.
Referenced by isMarkedAsAnswered.
| - (BOOL) isMarkedAsDismissed |
Determines if the question is marked as dismissed.
References isMarkedAsDismissed.
Referenced by isMarkedAsDismissed.
| - (BOOL) isMySelfUpvoted |
Determines if I have upvoted the question.
References isMySelfUpvoted.
Referenced by isMySelfUpvoted.
| - (BOOL) isSenderMyself |
Determines if the sender is myself.
References isSenderMyself.
Referenced by isSenderMyself.