AbstractStaticcreateDefault constructor for BiometricPromptOptions.
the title to be used to prompt the user.
the cancel button text.
Optionaldescription: stringthe optional description to be used to prompt the user.
OptionalfallbackButtonText: stringthe fallback button text.
the created BiometricPromptOptions instance.
AbstracttitleThe title to be used to prompt the user.
Prompt title is supported only on Android and is ignored on iOS.
AbstractcancelThe cancel button text.
Optional AbstractfallbackThe fallback button text.
If set to empty string, the button will be hidden. A default title "Enter Password" is used when this property is unspecified.
Fallback button text is supported only on iOS and is ignored on Android.
Optional AbstractdescriptionThe optional description to be used to prompt the user.
Specify this message carefully, as it may also be shown on the Device Passcode authentication screen on iOS if device passcode fallback is enabled during registration.
This property is optional. If not specified, a default description will be used on iOS for the biometric prompt. For details on default values and further customization possibilities, see the Nevis Mobile Authentication SDK documentation.
Defines the elements of the biometric prompt (title, description and cancel button text).
See
BiometricUserVerificationHandler.listenForOsCredentials