Click or drag to resize

KeyboardManager Class

This class provides access to keyboard related methods of the device.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.KeyboardManager

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 class KeyboardManager

The KeyboardManager type exposes the following members.

Constructors
NameDescription
Public methodKeyboardManager
Initializes a new instance of the KeyboardManager class
Public methodKeyboardManager
Initializes a new instance of the KeyboardManager class
Top
Properties
NameDescription
Public propertyAdvancedKeyboard
To be added.
Public propertyAllMappedScanEntries
To be added.
Public propertyAvailableTriggers
To be added.
Public propertyIsInputLocked
Tells if the input from keyboard is locked.
Public propertyJniPeerMembers
To be added.
Public propertyKeyCodeBatterySwap
To be added.
Public propertyMappedIntents
To be added.
Public propertyMappedKeyCodes
To be added.
Public propertyMappedUnicodes
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodClearAllMappings
Removes all the configured mappings.
Public methodClearMapping
Removes a single active mapping.
Public methodDisableKey
Disables completely a single physical key, through the VScanEntry data structure.
Public methodGetIntent
Returns current mapping between a physical key and an Intent.
Public methodGetKeyboardLayout
Returns the physical keyboard layout.
Public methodGetKeyCode
Returns current mapping between a physical scan code key and an Android key code.
Public methodGetMappingArguments
Gets the arguments of a key mapping.
Public methodGetMappingObjects
Query the mapping information of a key.
Public methodGetUnicode
Returns current mapping between a physical key and a unicode character.
Public methodIsKeyDisabled
Checks if a physical key is disabled.
Public methodLockInput
Locks or unlocks the input from keyboard and physical buttons.
Public methodMapIntent
Assigns an Intent to a physical key.
Public methodMapKey
Maps key events to customized actions.
Public methodMapKey
Maps key events to customized actions.
Public methodMapKeyCode
Assigns a virtual key code to a physical key.
Public methodMapUnicode
Assigns a unicode character to a physical key.
Top
Fields
NameDescription
Public fieldArgLongPressTimeout
To be added.
Public fieldArgMultiplePressCount
To be added.
Public fieldArgMultiplePressMaxBreak
To be added.
Public fieldArgMultiplePressMaxInterval
To be added.
Public fieldArgVeryLongPressTimeout
To be added.
Public fieldTriggerIdAutoscan
To be added.
Public fieldTriggerIdFront
To be added.
Public fieldTriggerIdLeft
To be added.
Public fieldTriggerIdMotion
To be added.
Public fieldTriggerIdPistol
To be added.
Public fieldTriggerIdPtt
To be added.
Public fieldTriggerIdRight
To be added.
Top
Remarks
This class provides access to keyboard related methods of the device.

[Android Documentation]

See Also