Click or drag to resize

QuickSettingsTilesGetAvailableSystemTiles Method

Retrieves a map of all available system tiles in the format invalid input: '<'id, label>, where:

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public static System.Collections.Generic.IDictionary<string,string> 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:

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

Reference