Click or drag to resize

DelayMapping Class

A simple delay action. Usually used in to create a complex action.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.DelayMapping

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

The DelayMapping type exposes the following members.

Constructors
NameDescription
Public methodDelayMapping
Initializes a new instance of the DelayMapping class
Public methodDelayMapping
Initializes a new instance of the DelayMapping 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 propertyTimeout
To be added.
Top
Remarks
A simple delay action. Usually used in CompositionMapping to create a complex action.

[Android Documentation]

See Also