MappingTriggerPolicy." name="Description"/>
Click or drag to resize

KeyboardManager.ArgVeryLongPressTimeout Field

An argument for changing the behavior of 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
C#
VB
public const String ArgVeryLongPressTimeout = "value"

Field Value

Type: String
Remarks
An argument for changing the behavior of MappingTriggerPolicy.VERY_LONG_PRESS_TIMED_OUT, configure the duration in milliseconds before a press turns into a very long press.
Used as a map entry key to configure arguments in mapKey(VScanEntry, Map, Map)
Default value: 5000 (ms)

[Android Documentation]

See Also