◆ multiDevicesChatThreadEventDidReceive:threadId:ext:
- (void) multiDevicesChatThreadEventDidReceive: |
|
(AgoraChatMultiDevicesEvent) |
aEvent |
threadId: |
|
(NSString *_Nonnull) |
aThreadId |
ext: |
|
(id _Nullable) |
aExt |
|
|
| |
|
optional |
The multi-device event callback of thread
- Parameters
-
aEvent | Event type |
aThreadId | subregion id |
aExt | Extended 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
-
aEvent | The event type. |
aUsername | The username. |
aExt | The 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
-
aEvent | The event type. |
aGroupId | The group ID. |
aExt | The 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
-
aEvent | Event type |
undisturbData | Extended Information |
The documentation for this protocol was generated from the following file: