Click or drag to resize

KeyActionMapping Class

Represents a key action.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.KeyActionMapping

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 KeyActionMapping : MappingObject

The KeyActionMapping type exposes the following members.

Constructors
NameDescription
Public methodKeyActionMapping
Initializes a new instance of the KeyActionMapping class
Public methodKeyActionMapping
Initializes a new instance of the KeyActionMapping class
Public methodKeyActionMapping
Initializes a new instance of the KeyActionMapping class
Top
Properties
NameDescription
Public propertyAction
To be added.
Public propertyCreator
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyKeyCode
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Fields
NameDescription
Public fieldActionPressDown
To be added.
Public fieldActionRelease
To be added.
Top
Remarks
Represents a key action.

[Android Documentation]

See Also