AbstractOptional AbstractcancelThe cancel button text.
A default title "Cancel" is used when this property is left nil or is set to empty string.
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.
Optional AbstractdescriptionThe optional description to be used to prompt the user.
WARNING
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.
NOTE
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.
StaticcreateDefault constructor for FingerprintPromptOptions.
the cancel button text.
Optionaldescription: stringthe optional description to be used to prompt the user.
OptionalfallbackButtonText: stringthe fallback button text.
the created FingerprintPromptOptions instance.
Defines the elements of the fingerprint prompt (description, cancel and fallback button texts).
IMPORTANT
Customization of the fingerprint prompt is supported only on iOS and is ignored on Android.