9 #ifndef avd_sdk_AVDChat_h 10 #define avd_sdk_AVDChat_h 41 - (void) onPrivateMessage:(
AVDMessage*)message;
54 @property (nonatomic,weak) id <AVDChatDelegate>
delegate;
69 - (
AVDResult) sendPublicMessage:(NSString *)message;
88 - (NSMutableArray*) getPublicHistoryMessage:(BOOL)latest begin:(NSInteger)begindex count:(NSInteger)count;
99 - (NSMutableArray*) getPrivateHistoryMessage:(BOOL)latest begin:(NSInteger)begindex count:(NSInteger)count userId:(
AVDUserId)userId;
102 #ifndef DOXYGEN_SHOULD_SKIP_THIS 105 unavailable(
"init is not a supported initializer for this class.")));
id< AVDChatDelegate > delegate
聊天回调代理
Definition: AVDChat.h:54
房间中聊天模块接口.
Definition: AVDChat.h:51
聊天消息结构.
Definition: AVDMessage.h:16
AVDRoom * room
房间对象指针
Definition: AVDModule.h:26
Definition: AVDModule.h:24
NSInteger AVDResult
Definition: AVDCommon.h:14
房间中聊天模块回调接口.
Definition: AVDChat.h:22
NSString * AVDUserId
Definition: AVDCommon.h:15
初始状态
Definition: AVDRoomInfo.h:37
(unavailable("init is not a supported initializer for this class." __attribute__()
房间接口类
Definition: AVDRoom.h:173