Chat SDK for Unity and Windows v1.2.0
|
Public Member Functions | |
void | OnContactMultiDevicesEvent (MultiDevicesOperation operation, string target, string ext) |
void | OnGroupMultiDevicesEvent (MultiDevicesOperation operation, string target, List< string > usernames) |
void | OnThreadMultiDevicesEvent (MultiDevicesOperation operation, string target, List< string > usernames) |
void | OnRoamDeleteMultiDevicesEvent (string conversationId, string deviceId) |
void | OnConversationMultiDevicesEvent (MultiDevicesOperation operation, string conversationId, ConversationType type) |
The multi-device callback interface.
void AgoraChat.IMultiDeviceDelegate.OnContactMultiDevicesEvent | ( | MultiDevicesOperation | operation, |
string | target, | ||
string | ext | ||
) |
The callback for a multi-device contact event.
operation | The contact event. See MultiDevicesOperation . |
target | The user ID of the contact. |
ext | The extension information. |
void AgoraChat.IMultiDeviceDelegate.OnGroupMultiDevicesEvent | ( | MultiDevicesOperation | operation, |
string | target, | ||
List< string > | usernames | ||
) |
The callback for a multi-device group event.
operation | The group event. See MultiDevicesOperation . |
target | The group ID. |
usernames | The target user ID(s) of the operation. |
void AgoraChat.IMultiDeviceDelegate.OnThreadMultiDevicesEvent | ( | MultiDevicesOperation | operation, |
string | target, | ||
List< string > | usernames | ||
) |
The callback for a multi-device thread event.
operation | The thread event. See MultiDevicesOperation . |
target | The thread ID. |
usernames | The target user ID(s) of the operation. |
void AgoraChat.IMultiDeviceDelegate.OnRoamDeleteMultiDevicesEvent | ( | string | conversationId, |
string | deviceId | ||
) |
The callback for a multi-device event for deletion of historical messages in a conversation from the server.
conversationId | The conversation ID. |
deviceId | The device ID. |
void AgoraChat.IMultiDeviceDelegate.OnConversationMultiDevicesEvent | ( | MultiDevicesOperation | operation, |
string | conversationId, | ||
ConversationType | type | ||
) |
The callback for a multi-device conversation event.
operation | The conversation event. See MultiDevicesOperation . |
conversationId | The conversation ID. |
type | The conversation type. |