QuickSettingsTiles Class |
QuickSettingsTiles
In particular, Android offers two types of tiles in the Quick Settings panel: System and App tiles.
System tiles are built into the Android operating system and provide essential device functionalities.
In contrast, App or Custom tiles offer quick access to functionalities provided by applications,
such as Google Mobile Services (GMS).
Therefore, they can be customized and added by installing third-party applications that provide this capability.
See PropertyID.QUICK_SETTINGS_PANEL_TILES
for more info about tiles.
The QuickSettingsTiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | QuickSettingsTiles | Initializes a new instance of the QuickSettingsTiles class |
![]() | QuickSettingsTiles | Initializes a new instance of the QuickSettingsTiles class |
Name | Description | |
---|---|---|
![]() | JniPeerMembers | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
Name | Description | |
---|---|---|
![]() | GetAvailableCustomTiles | Retrieves a map of all available custom tiles in the format invalid input: '<'id, label>, where:
|
![]() | GetAvailableSystemTiles | Retrieves a map of all available system tiles in the format invalid input: '<'id, label>, where:
|
![]() | GetTileIdByName | Retrieve the corresponding tile ID, given its name. |
![]() | GetTileNameById | Retrieve the corresponding tile name, given its ID. |
QuickSettingsTiles
provides information about the available tiles in the Quick Settings panel.
It offers methods to retrieve both system and custom tiles, as well as the correspondence
between the ID and the name for the tiles currently available on the device.
In particular, Android offers two types of tiles in the Quick Settings panel: System and App tiles.
System tiles are built into the Android operating system and provide essential device functionalities.
In contrast, App or Custom tiles offer quick access to functionalities provided by applications,
such as Google Mobile Services (GMS).
Therefore, they can be customized and added by installing third-party applications that provide this capability.
See PropertyID.QUICK_SETTINGS_PANEL_TILES
for more info about tiles.