AndroidSignatureOptions class
Android-specific overrides for a signature request.
Constructors
- AndroidSignatureOptions.new({String? cancelButtonText, bool? allowDeviceCredentials})
-
Creates a new AndroidSignatureOptions instance.
const
Properties
- allowDeviceCredentials → bool?
-
Whether device credentials can satisfy the prompt.
final
- cancelButtonText → String?
-
Text displayed on the cancel button in the biometric prompt.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValues → bool
-
Whether any Android-specific values have been provided.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMethodChannelMap(
) → Map< String, dynamic> - Converts Android-specific options to a method-channel friendly map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited