Click or drag to resize

KeyboardManagerGetMappingObjects Method

Query the mapping information of a key.

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 System.Collections.Generic.IDictionary GetMappingObjects (Com.Datalogic.Device.Input.VScanEntry scanCode);

Parameters

scanCode
Type: Com.Datalogic.Device.Input.VScanEntry
scan code to look for key mapping

Return Value

Type: System.Collections.Generic.IDictionary
the mapping information

Remarks
Query the mapping information of a key. Using this method to retrieve the mapping information that you have passed to mapKey(VScanEntry, Map, Map) as the second parameter.

[Android Documentation]

See Also

Reference