Click or drag to resize

TouchMode Class

Enum defines the allowed touch-screen sensitivity values for settings property . On new device models, starting from M30/M35, property is replaced by .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.TouchMode

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TouchMode : Enum

The TouchMode type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTouchModeFingers
To be added.
Public propertyTouchModeFingersAndGloves
To be added.
Public propertyTouchModeFingersAndStylus
To be added.
Public propertyTouchModeGloves
To be added.
Public propertyTouchModeStylus
To be added.
Public propertyTouchModeThinGloves
To be added.
Public propertyTouchModeTickGloves
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding TouchMode value, from a valid integer.
Public methodToInt
Converts a TouchMode to its integer corresponding value.
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.
Top
Remarks
Enum TouchMode defines the allowed touch-screen sensitivity values for settings property PropertyID.TOUCH_MODE_SENSITIVITY. On new device models, starting from M30/M35, property PropertyID.TOUCH_MODE_SENSITIVITY is replaced by PropertyID.TOUCH_MODE.

[Android Documentation]

See Also