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