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