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

The Q&A answer interface. More...

#import <MobileRTCQAItem.h>

Inherits NSObject.

Instance Methods

(NSDate *_Nullable) - getTime
 
(NSString *_Nullable) - getText
 
(NSString *_Nullable) - getSenderName
 
(NSString *_Nullable) - getQuestionId
 
(NSString *_Nullable) - getAnswerID
 
(BOOL) - isPrivate
 
(BOOL) - isLiveAnswer
 
(BOOL) - isSenderMyself
 

Detailed Description

The Q&A answer interface.

Definition at line 14 of file MobileRTCQAItem.h.

Method Documentation

◆ getAnswerID

- (NSString *_Nullable) getAnswerID

◆ getQuestionId

- (NSString *_Nullable) getQuestionId

◆ getSenderName

- (NSString *_Nullable) getSenderName

◆ getText

- (NSString *_Nullable) getText

◆ getTime

- (NSDate *_Nullable) getTime

◆ isLiveAnswer

- (BOOL) isLiveAnswer

◆ isPrivate

- (BOOL) isPrivate

◆ isSenderMyself

- (BOOL) isSenderMyself