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

KeyboardManager.ArgLongPressTimeout 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 ArgLongPressTimeout = "value"

Field Value

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

[Android Documentation]

See Also