SettingsCode enum
SettingsCode defined all enums that are supported by open_apps_settings plugin.
APP_SETTINGS,
Values
- APP_SETTINGS → const SettingsCode
- BLUETOOTH → const SettingsCode
- WIFI → const SettingsCode
- ACCESSIBILITY → const SettingsCode
- ADD_ACCOUNT → const SettingsCode
- AIRPLANE_MODE → const SettingsCode
- APN → const SettingsCode
- ALL_APPS_SETTINGS → const SettingsCode
- BATTERY_SAVER → const SettingsCode
- KEYBOARD → const SettingsCode
- DATA_USAGE → const SettingsCode
- DATE → const SettingsCode
- DEVICE_INFO → const SettingsCode
- DISPLAY → const SettingsCode
- HOME → const SettingsCode
- INTERNAL_STORAGE → const SettingsCode
- FINGERPRINT_ENROLL → const SettingsCode
- LOCALE → const SettingsCode
- LOCATION → const SettingsCode
- PRIVACY → const SettingsCode
- BATTERY_OPTIMIZATION → const SettingsCode
- NFC → const SettingsCode
- SOUND → const SettingsCode
- NOTIFICATION → const SettingsCode
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<
SettingsCode> - A constant List of the values in this enum, in order of their declaration.