Package-level declarations
Types
PromptModel for Android platform.
PromptDialogModel to display a biometric prompt on Android.
A function that converts arbitrary Reason to a human-readable kind Reason.HumanReadable.
PromptModel for iOS platform.
A value that encodes the result of a PIN or passphrase attempt.
PromptDialogModel to display a passphrase dialog.
A model for an individual prompt dialog that presents ParametersT to the user and obtains ResultT response from them.
Thrown when user dismisses a prompt or another coroutine tries to display the prompt of the same type (that preempts the originally displayed prompt).
Base model object for prompts.
Thrown when PromptModel is not present in the current coroutine context.
Thrown when PromptDialogModel is not bound to the UI even after calling PromptModel.launchUi.
Gives user feedback while NFC scanning is performed.
Constants used to convey which icon to show when using UiViewAndroid.showScanNfcTagDialog.
Functions
Prompts user for authentication through a passphrase.
Prompts user for authentication through biometrics.