QuickSettingsTilesGetAvailableCustomTiles Method |
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.
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> GetAvailableCustomTiles (Android.Content.Context context);
Public static System.Collections.Generic.IDictionary GetAvailableCustomTiles (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 custom tiles.
Remarks
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.
- label is the user-facing title displayed in the Quick Settings panel.
The format of the returned map is identical to that of getAvailableSystemTiles(Context)
.
[Android Documentation]
See Also