Manage User Account
#
Send Feedback/Contact Us InfoTo send feedback information from the user, you can call the below method.
Argument | Type | Description |
---|---|---|
title | String | title for the feedback |
description | String | detailed info about the feedback |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
#
Logout of Chat SDKTo logout of the chat SDK call the below method.
Argument | Type | Description |
---|---|---|
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
#
Delete My AccountTo delete your chat account call the below method. This will clear your profile,login information and messages(including media files) in the server as well as in your device. No information will be retained after account deletion. And if registration is made again with the same account it will be treated as a new account.
Argument | Type | Description |
---|---|---|
REASON | String | Reason for the account deletion |
FEEDBACK | String | Feedback for tha app if any |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
caution
Once account is deleted the user will be removed from every group in which is he/her is a participant.
#
Delete SDK dataTo delete/clear sdk's local data like database and user defaults call the below method.
caution
Calling this method will clear all the table in sdk's database and the preference maintained in sdk using user defaults which can't be restored once deleted.