Click or drag to resize

KeyboardManagerGetIntent Method

Returns current mapping between a physical key and an Intent.

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.Intent GetIntent (Com.Datalogic.Device.Input.VScanEntry scanCode);

Parameters

scanCode
Type: Com.Datalogic.Device.Input.VScanEntry
a VScanEntry representing the virtual scan code.

Return Value

Type: Android.Content.Intent
Intent used to launch an Android activity through the Context.startActivity(Intent intent) method. Returns null in case there is no association.

Exceptions
Exception Condition
DeviceException in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks
Returns current mapping between a physical key and an Intent.

[Android Documentation]

See Also

Reference