SettingType enum
Android 系统设置
Values
- wifi → const SettingType
-
wifi
- wifiIp → const SettingType
-
wifi ip
- location → const SettingType
-
定位
- passwordSecurity → const SettingType
-
密码安全
- bluetooth → const SettingType
-
蓝牙
- cellularNetwork → const SettingType
-
移动数据
- time → const SettingType
-
语言和时间
- displayBrightness → const SettingType
-
显示和亮度
- notification → const SettingType
-
通知
- soundVibration → const SettingType
-
声音和振动
- internalStorage → const SettingType
-
内部存储
- battery → const SettingType
-
电量管理
- localeLanguage → const SettingType
-
语言设置
- nfc → const SettingType
-
nfc
- setting → const SettingType
-
setting
- deviceInfo → const SettingType
-
手机状态信息的界面
- applicationDevelopment → const SettingType
-
开发者选项设置
- networkOperator → const SettingType
-
选取运营商的界面
- addAccount → const SettingType
-
添加账户界面
- dataRoaming → const SettingType
-
双卡和移动网络设置界面
- airplaneMode → const SettingType
-
更多连接方式设置界面
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<
SettingType> - A constant List of the values in this enum, in order of their declaration.