KeyboardManagerGetIntent Method |
Returns current mapping between a physical key and an Intent.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Intent GetIntent(
VScanEntry scanCode
)
Public Overridable Function GetIntent (
scanCode As VScanEntry
) As Intent
Parameters
- scanCode
- Type: Com.Datalogic.Device.InputVScanEntry
- a VScanEntry representing the virtual scan code.
Return Value
Type:
IntentIntent used to launch an Android activity through the
Context.startActivity(Intent intent) method. Returns null in case
there is no association.
Exceptions Remarks See Also