changePassword

fun changePassword(options: SettingsActionOptions, listener: OnOpenSettingsActionListener? = null, handler: Handler = Handler(Looper.getMainLooper()))

Open change password page in webview

Parameters

options

Setting options.

listener

The listener.

handler

The handler of the thread on which the listener is called.