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

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

Field Value

Type: String
Remarks
An argument for changing the behavior of MappingTriggerPolicy.MULTIPLE_PRESS_UP, configure the maximum interval between DOWN and UP of a multiple press (in milliseconds).
Used as a map entry key to configure arguments in mapKey(VScanEntry, Map, Map)
Default value: 200 (ms)

[Android Documentation]

See Also