agora_chat_SDK  3.8.2
Instance Methods | List of all members
<AgoraMultiDevicesDelegate> Protocol Reference
Inheritance diagram for <AgoraMultiDevicesDelegate>:

Instance Methods

(void) - multiDevicesContactEventDidReceive:username:ext:
 
(void) - multiDevicesGroupEventDidReceive:groupId:ext:
 

Method Documentation

- (void) multiDevicesContactEventDidReceive: (AgoraMultiDevicesEvent)  aEvent
username: (NSString *)  aUsername
ext: (NSString *)  aExt 
optional

The multi-device event callback of contact

Parameters
aEventEvent type
aUsernameUsername
aExtExtended Information
- (void) multiDevicesGroupEventDidReceive: (AgoraMultiDevicesEvent)  aEvent
groupId: (NSString *)  aGroupId
ext: (id)  aExt 
optional

The multi-device event callback of group

Parameters
aEventEvent type
aGroupIdGroup id
aExtExtended Information

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