Click or drag to resize

SupportedWtApplicationsGetAvailableWtApplication Method

Returns the ApplicationInfo of the installed application at the specified position in the SupportedWtApplications list.

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 virtual Android.Content.PM.ApplicationInfo GetAvailableWtApplication (Android.Content.Context context, int i);

Parameters

context
Type: Android.Content.Context
No description available.
i
Type: System.Int32
: index of the application.

Return Value

Type: Android.Content.PM.ApplicationInfo
ApplicationInfo : Information of the installed application at the specified position in the SupportedWtApplications list.

Remarks
Returns the ApplicationInfo of the installed application at the specified position in the SupportedWtApplications list.

[Android Documentation]

See Also

Reference