6#import <Foundation/Foundation.h>
A class that represents a Q&A answer.
BOOL isLiveAnswer()
Determines if the answer is a live answer.
NSDate *_Nullable getTime()
Gets the answer time.
BOOL isSenderMyself()
Determines if the sender is myself.
NSString *_Nullable getText()
Gets the answer text.
NSString *_Nullable getSenderName()
Gets the sender name.
NSString *_Nullable getAnswerID()
Gets the answer ID.
BOOL isPrivate()
Determines if the answer is private.
NSString *_Nullable getQuestionId()
Gets the question ID.
A class that represents a Q&A question.
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 isMarkedAsAnswered()
Determines if the question is marked as answered.
NSString *_Nullable getQuestionId()
Gets the question ID.
BOOL amILiveAnswering()
Determines if I am live answering the question.
BOOL isSenderMyself()
Determines if the sender is myself.
BOOL isAnonymous()
Determines if the question is anonymous.
NSString *_Nullable getSenderName()
Gets the sender name.
BOOL isMarkedAsDismissed()
Determines if the question is marked as dismissed.
NSUInteger getUpvoteNumber()
Gets the upvote number.
NSString *_Nullable getText()
Gets the question text.
NSDate *_Nullable getTime()
Gets the question time.
nullable NSArray< MobileRTCQAAnswerItem * > * getAnswerlist()
Gets the answer list.
NSString *_Nullable getLiveAnswerName()
Gets the live answer name.
BOOL isLiveAnswering()
Determines if someone is live answering the question.