Click or drag to resize

PropertyID.SosTriggerLongPressTimeout Field

This parameter sets the timeout duration for the long press SOS trigger method.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 SosTriggerLongPressTimeout = "value"

Field Value

Type: Int32
Remarks
This parameter sets the timeout duration for the long press SOS trigger method.

This property is only effective when SOS_TRIGGER_METHOD is set to long press timeout. The value specifies how long the KEYCODE_SOS trigger must be held down before the SOS action is triggered.

The allowed range is from 500 milliseconds (0.5 seconds) to 5000 milliseconds (5 seconds). When the specified timeout duration is reached while the trigger is held down, the emergency action configured in SOS_TRIGGER_ACTION will be executed.

This property takes effect only when SOS_TRIGGER_ENABLED is enabled and SOS_TRIGGER_METHOD is set to SosTriggerMethod.LONG_PRESS_TIMEOUT.

The class of the property is NumericProperty.

[Android Documentation]

See Also