AgoraChatSDK 1.0.7
Instance Methods | List of all members
<AgoraChatMultiDevicesDelegate> Protocol Reference
Inheritance diagram for <AgoraChatMultiDevicesDelegate>:

Instance Methods

(void) - multiDevicesContactEventDidReceive:username:ext:
 
(void) - multiDevicesGroupEventDidReceive:groupId:ext:
 
(void) - multiDevicesChatThreadEventDidReceive:threadId:ext:
 
(void) - multiDevicesUndisturbEventNotifyFormOtherDeviceData:
 

Method Documentation

◆ multiDevicesChatThreadEventDidReceive:threadId:ext:

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

The multi-device event callback of thread

Parameters
aEventEvent type
aThreadIdsubregion id
aExtExtended Information

◆ multiDevicesContactEventDidReceive:username:ext:

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

The multi-device event callback of contact.

Parameters
aEventThe event type.
aUsernameThe username.
aExtThe extended Information.

◆ multiDevicesGroupEventDidReceive:groupId:ext:

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

The multi-device event callback of group.

Parameters
aEventThe event type.
aGroupIdThe group ID.
aExtThe extended Information.

◆ multiDevicesUndisturbEventNotifyFormOtherDeviceData:

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

Callback to other devices after setting Do Not Disturb for a single session after enabling multiple devices

Parameters
aEventEvent type
undisturbDataExtended Information

The documentation for this protocol was generated from the following file: