Click or drag to resize

QuickSettingsTilesGetTileIdByName Method

Retrieve the corresponding tile ID, given its name.

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

Parameters

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

Return Value

Type: System.String
String the corresponding tile ID

Remarks
Retrieve the corresponding tile ID, given its name.

[Android Documentation]

See Also

Reference