Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class FingerprintPromptOptionsAbstract

    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.

    Hierarchy (View Summary)

    Index

    Properties

    cancelButtonText?: string

    The cancel button text.

    A default title "Cancel" is used when this property is left nil or is set to empty string.

    fallbackButtonText?: string

    The 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.

    description?: string

    The 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.

    Methods