Click or drag to resize

QuickSettingsTiles Methods

The QuickSettingsTiles type exposes the following members.

Methods
NameDescription
Public method GetAvailableCustomTiles
Retrieves a map of all available custom tiles in the format invalid input: '<'id, label>, where:
  • id represents the identifier used by Android to recognize the tile.
Public method GetAvailableSystemTiles
Retrieves a map of all available system tiles in the format invalid input: '<'id, label>, where:
  • id represents the identifier used by Android to recognize the tile.
Public method GetTileIdByName
Retrieve the corresponding tile ID, given its name.
Public method GetTileNameById
Retrieve the corresponding tile name, given its ID.
Top Top
See Also