Click or drag to resize

QuickSettingsTilesGetTileNameById Method

Retrieve the corresponding tile name, given its ID.

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 string GetTileNameById (Android.Content.Context context, string id);

Parameters

context
Type: Android.Content.Context
Context
id
Type: System.String
String

Return Value

Type: System.String
String the corresponding tile name

Remarks
Retrieve the corresponding tile name, given its ID.

[Android Documentation]

See Also

Reference