Click or drag to resize

QuickSettingsTilesGetAvailableCustomTiles Method

Retrieves a map of all available custom 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> 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:

The format of the returned map is identical to that of getAvailableSystemTiles(Context).

[Android Documentation]

See Also

Reference