AndroidSmsAutofillMethod enum
The method that is used to get the sms code on Android
Values
- none → const AndroidSmsAutofillMethod
-
Disabled SMS autofill on Android
- smsRetrieverApi → const AndroidSmsAutofillMethod
-
Automatically reads sms without user interaction Requires SMS to contain The App signature, see readme for more details More about Sms Retriever API https://developers.google.com/identity/sms-retriever/overview?hl=en
- smsUserConsentApi → const AndroidSmsAutofillMethod
-
Requires user interaction to confirm reading a SMS, see readme for more details AndroidSmsAutofillMethod.smsUserConsentApi More about SMS User Consent API https://developers.google.com/identity/sms-retriever/user-consent/overview
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AndroidSmsAutofillMethod> - A constant List of the values in this enum, in order of their declaration.