Click or drag to resize

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.

Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.QuickSettingsTiles

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class QuickSettingsTiles

The QuickSettingsTiles type exposes the following members.

Constructors
NameDescription
Public methodQuickSettingsTiles
Initializes a new instance of the QuickSettingsTiles class
Public methodQuickSettingsTiles
Initializes a new instance of the QuickSettingsTiles class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodGetAvailableCustomTiles
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 methodGetAvailableSystemTiles
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 methodGetTileIdByName
Retrieve the corresponding tile ID, given its name.
Public methodGetTileNameById
Retrieve the corresponding tile name, given its ID.
Top
Remarks
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.

[Android Documentation]

See Also