Click or drag to resize

MappingObject Class

This class is a generic representation of actions to be executed when certain key events occur. This class is used in the key remapping feature. See
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.MappingObject

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 MappingObject : Object, 
	IJavaObject, IDisposable, IJavaPeerable

The MappingObject type exposes the following members.

Constructors
NameDescription
Public methodMappingObject
Initializes a new instance of the MappingObject class
Public methodMappingObject
Initializes a new instance of the MappingObject class
Top
Properties
NameDescription
Public propertyCreator
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyType
To be added.
Top
Methods
NameDescription
Public methodDescribeContents
To be added.
Public methodWriteToParcel
To be added.
Top
Fields
NameDescription
Public fieldTypeCompositionMapping
To be added.
Public fieldTypeDelayMapping
To be added.
Public fieldTypeIntentMapping
To be added.
Public fieldTypeKeyActionMapping
To be added.
Public fieldTypeStringMapping
To be added.
Top
Remarks
This class is a generic representation of actions to be executed when certain key events occur. This class is used in the key remapping feature. See KeyboardManager.mapKey(VScanEntry, Map, Map)

[Android Documentation]

See Also