Click or drag to resize

KeyboardManagerGetMappingArguments Method

Gets the arguments of a key mapping.

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<string,string> GetMappingArguments (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 key mapping arguments

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

[Android Documentation]

See Also

Reference