HyphenateChatSDK 3.9.9.1
构造函数 | 所有成员列表
<EMMultiDevicesDelegate>协议 参考
类 <EMMultiDevicesDelegate> 继承关系图:

构造函数

(void) - multiDevicesContactEventDidReceive:username:ext:
 
(void) - multiDevicesGroupEventDidReceive:groupId:ext:
 
(void) - multiDevicesChatThreadEventDidReceive:threadId:ext:
 
(void) - multiDevicesUndisturbEventNotifyFormOtherDeviceData:
 
(void) - multiDevicesMessageBeRemoved:deviceId:
 
(void) - multiDevicesCircleChannelEventDidReceive:channelId:ext:
 

函数文档

◆ multiDevicesChatThreadEventDidReceive:threadId:ext:

- (void) multiDevicesChatThreadEventDidReceive: (EMMultiDevicesEvent)  aEvent
threadId: (NSString *_Nonnull)  aThreadId
ext: (id _Nullable)  aExt 
optional

thread多设备事件回调

参数
aEvent多设备事件类型
aThreadId子区id
aExt扩展信息

◆ multiDevicesCircleChannelEventDidReceive:channelId:ext:

- (void) multiDevicesCircleChannelEventDidReceive: (EMMultiDevicesEvent)  aEvent
channelId: (NSString *_Nonnull)  aChannelId
ext: (id _Nullable)  aExt 
optional

频道事件回调。

参数
aEvent多设备事件类型。
aChannelId频道 ID。
aExt扩展信息。

◆ multiDevicesContactEventDidReceive:username:ext:

- (void) multiDevicesContactEventDidReceive: (EMMultiDevicesEvent)  aEvent
username: (NSString *_Nonnull)  aUsername
ext: (NSString *_Nullable)  aExt 
optional

开通多设备同步后,好友操作的多设备事件回调。

参数
aEvent多设备事件类型。
aUsername用户名。
aExt扩展信息。

◆ multiDevicesGroupEventDidReceive:groupId:ext:

- (void) multiDevicesGroupEventDidReceive: (EMMultiDevicesEvent)  aEvent
groupId: (NSString *_Nonnull)  aGroupId
ext: (id _Nullable)  aExt 
optional

群组多设备事件回调。

参数
aEvent多设备事件类型。
aGroupId群组 ID。
aExt扩展信息。

◆ multiDevicesMessageBeRemoved:deviceId:

- (void) multiDevicesMessageBeRemoved: (NSString *_Nonnull)  conversationId
deviceId: (NSString *_Nonnull)  deviceId 
optional

开启多设备后对单个会话删除漫游消息后对其他设备的回调

参数
conversationId会话id
deviceId设备id

◆ multiDevicesUndisturbEventNotifyFormOtherDeviceData:

- (void) multiDevicesUndisturbEventNotifyFormOtherDeviceData: (NSString *_Nullable)  undisturbData
optional

开启多设备后对单个会话设置免打扰后对其他设备的回调

参数
undisturbData扩展信息

该协议的文档由以下文件生成: