QuickSettingsTilesGetAvailableSystemTiles Method |
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.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public static System.Collections.Generic.IDictionary<string,string> GetAvailableSystemTiles (Android.Content.Context context);
Public static System.Collections.Generic.IDictionary GetAvailableSystemTiles (Android.Content.Context context);
Parameters
- context
- Type: Android.Content.Context
Context
Return Value
Type: System.Collections.Generic.IDictionary
HashMap invalid input: '<' String, String> the map of available system tiles.
Remarks
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.
- label is the user-facing title displayed in the Quick Settings panel.
For example, if the available system tiles are "Internet", "Bluetooth", and "Do Not Disturb",
the returned map would be: {internet=Internet, bt=Bluetooth, dnd=Do Not Disturb}
.
[Android Documentation]
See Also