PassphrasePrompt
constructor(title: String, content: String, constraints: PassphraseConstraints, onPassphraseResult: (String?) -> Unit)
Parameters
title
the top-most text of the Prompt.
content
contains more information about the Prompt.
constraints
the constraints for the passphrase.
onDismissDialog
the callback invoked with a Boolean indicating whether onPassphraseResult() has already been called which means the dismissal of the dialog is from the completion of the Prompt rather than be dismissed because the user tapped outside of this dialog fragment.
onPassphraseResult
callback issued from this dialog fragment when the user enters a passphrase