convEventCallback
Introduction
Callback for conversation event
Returned template
convEventCallback = void Function(conv_event: number, json_conv_array: string, user_data: string)
Return value details
name | type | description |
---|---|---|
conv_event | number | Conversation event type |
json_conv_array | string | Conversation list |
user_data | string | User-defined data transfered by ImSDK without any processing |