Click or drag to resize

MappingTriggerPolicy Class

The key event trigger policy.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.MappingTriggerPolicy

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 MappingTriggerPolicy : Enum, 
	IJavaObject, IDisposable, IJavaPeerable

The MappingTriggerPolicy type exposes the following members.

Properties
NameDescription
Public propertyCreator
To be added.
Public propertyDown
Triggered whenever a key is pressed down.
Public propertyJniPeerMembers
To be added.
Public propertyLongPressTimedOut
To be added.
Public propertyLongPressUp
To be added.
Public propertyMultiplePressUp
To be added.
Public propertySinglePressUp
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUp
Triggered whenever a key is releasing.
Public propertyVeryLongPressTimedOut
To be added.
Public propertyVeryLongPressUp
To be added.
Top
Methods
NameDescription
Public methodDescribeContents
To be added.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Public methodWriteToParcel
To be added.
Top
Remarks
The key event trigger policy.

[Android Documentation]

See Also