PassphrasePrompt
PassphrasePrompt Dialog Fragment class that renders the Passphrase Prompt via Composition for the purposes of running PassphrasePrompt synchronously to return the prompt's result as a Boolean and not worry about callback hell.
Parameters
the top-most text of the Prompt.
contains more information about the Prompt.
the constraints for the passphrase.
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.
callback issued from this dialog fragment when the user enters a passphrase
Constructors
Properties
Functions
Fully Expanded Bottom Sheet Dialog
Render the Composable PassphraseEntryField and notify when passphrase has been submitted