Click or drag to resize

CompositionMapping Class

A is a complex that represents a sequence of actions to be executed when certain key events occur. To create a instance, please use .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.CompositionMapping

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

The CompositionMapping type exposes the following members.

Constructors
NameDescription
Public methodCompositionMapping
Initializes a new instance of the CompositionMapping class
Top
Properties
NameDescription
Public propertyCreator
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyMappingObjects
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
A CompositionMapping is a complex MappingObject that represents a sequence of actions to be executed when certain key events occur. To create a CompositionMapping instance, please use CompositionMapping.Builder.

[Android Documentation]

See Also