fetchPassword

abstract fun fetchPassword(password: String): String

Retrieves and returns the password entered by the user in the confirmation dialog.

Return

Password entered by the user, casted as a string.

Parameters

password

Password entered by the user in the confirmation dialog.