Export chat conversation
To export a chat conversation of a user, or a group call the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
JID | String | jid of the user/group |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
Note : To know more about ChatDataModel, refer class documentation.
#
Email Chat ConversationTo export a chat conversation of a user, or a group to a list of email recipients call the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
JID | String | jid of the user/group |
EMAIL_RECIPIENTS_LIST | ArrayList<String> | List of Strings holds the recipients email address. List can be empty but not null. |
info
Email chat internally call the exportChatConversation() method and presents a share intent to export chat via email