AndroidBiometricMessages class
Android side authentication messages.
Provides default values for all messages.
- Inheritance
-
- Object
- IBiometricMessages
- AndroidBiometricMessages
Constructors
- AndroidBiometricMessages({String? biometricHint, String? biometricNotRecognized, String? biometricRequiredTitle, String? biometricSuccess, String? cancelButton, String? deviceCredentialsRequiredTitle, String? deviceCredentialsSetupDescription, String? goToSettingsButton, String? goToSettingsDescription, String? signInTitle})
-
Constructs a new instance.
const
Properties
- biometricHint → String?
-
Hint message advising the user how to authenticate with biometrics.
Maximum 60 characters.
final
- biometricNotRecognized → String?
-
Message to let the user know that authentication was failed.
Maximum 60 characters.
final
- biometricRequiredTitle → String?
-
Message shown as a title in a dialog which indicates the user
has not set up biometric authentication on their device.
Maximum 60 characters.
final
- biometricSuccess → String?
-
Message to let the user know that authentication was successful.
Maximum 60 characters
final
- cancelButton → String?
-
Message shown on a button that the user can click to leave the
current dialog.
Maximum 30 characters.
final
- deviceCredentialsRequiredTitle → String?
-
Message shown as a title in a dialog which indicates the user
has not set up credentials authentication on their device.
Maximum 60 characters.
final
- deviceCredentialsSetupDescription → String?
-
Message advising the user to go to the settings and configure
device credentials on their device.
final
- goToSettingsButton → String?
-
Message shown on a button that the user can click to go to settings pages
from the current dialog.
Maximum 30 characters.
final
- goToSettingsDescription → String?
-
Message advising the user to go to the settings and configure
biometric on their device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signInTitle → String?
-
Message shown as a title in a dialog which indicates the user
that they need to scan biometric to continue.
Maximum 60 characters.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited