AppSettingsPanelType enum

This enum defines the different setting panel types for Android Settings Panels.

See also: https://developer.android.com/reference/android/provider/Settings.Panel

Inheritance

Constructors

AppSettingsPanelType()
const

Values

internetConnectivity → const AppSettingsPanelType

Show a settings dialog containing settings to enable internet connection.

Corresponds to Settings.Panel.ACTION_INTERNET_CONNECTIVITY.

nfc → const AppSettingsPanelType

Show a settings dialog containing NFC-related settings.

Corresponds to Settings.Panel.ACTION_NFC.

volume → const AppSettingsPanelType

Show a settings dialog containing all volume streams.

Corresponds to Settings.Panel.ACTION_VOLUME.

wifi → const AppSettingsPanelType

Show a settings dialog containing controls for Wifi.

Corresponds to Settings.Panel.ACTION_WIFI.

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<AppSettingsPanelType>
A constant List of the values in this enum, in order of their declaration.