deleteAccount
fun deleteAccount(options: SettingsActionOptions, listener: OnOpenSettingsActionListener? = null, handler: Handler = Handler(Looper.getMainLooper()))
Open delete account page in webview
Parameters
options
Setting options.
listener
The listener.
handler
The handler of the thread on which the listener is called.