AndroidSettingsType enum

Inheritance

Constructors

AndroidSettingsType()
const

Values

APPLICATION → const AndroidSettingsType
WIFI → const AndroidSettingsType
DATA_ROAM → const AndroidSettingsType
LOCATION → const AndroidSettingsType
BLUETOOTH → const AndroidSettingsType
NOTIFICATION → const AndroidSettingsType
SECURITY → const AndroidSettingsType
SOUND → const AndroidSettingsType
MAIN → const AndroidSettingsType
DATE → const AndroidSettingsType
ACCESSIBILITY → const AndroidSettingsType
ACCOUNT → const AndroidSettingsType
AIRPLANE_MODE → const AndroidSettingsType
APN_SETTINGS → const AndroidSettingsType
APPLICATION_DETAILS → const AndroidSettingsType
DEVELOPMENT → const AndroidSettingsType
NOTIFICATION_BUBBLE → const AndroidSettingsType
APP_NOTIFICATION → const AndroidSettingsType
BATTERY_SAVER → const AndroidSettingsType
BIOMETRIC_ENROLL → const AndroidSettingsType
CAPTIONING → const AndroidSettingsType
CAST → const AndroidSettingsType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<AndroidSettingsType>
A constant List of the values in this enum, in order of their declaration.