Manage User Account
#
Send Feedback/Contact Us InfoTo send feedback information from the user, you can call the below method.
- Dart
- Response
Argument | Type | Description |
---|---|---|
TITLE | String | title for the feedback |
DESCRIPTION | String | detailed info about the feedback |
flyCallback | FlyResponse | callback to observe the action status |
#
Delete AccountTo delete the chat account call the below method.
- Dart
- Response
Argument | Type | Description |
---|---|---|
REASON | String | reason for the account deletion |
FEEDBACK | String | detailed feedback about the account deletion |
flyCallback | FlyResponse | callback to observe the action status |
info
Deleting chat account will remove all information's(messages, groups and contacts) related to this chat account
#
Logout of Chat SDKTo logout of the chat SDK call the below method.
Argument | Type | Description |
---|---|---|
flyCallback | FlyResponse | callback to observe the action status |
caution
Once you are logged out you cannot establish a connection with chat server unless you login again.
Note : You need to re-login when the onLoggedOut event is triggered.
info
Logout function will not clear messages and groups data in Chat database.
info
Sdk is having a built-in functions to prepare the JID, Group JID.