Click or drag to resize

PropertyID.SosTriggerMultipressCount Field

This parameter sets the number of presses required for the multipress 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 SosTriggerMultipressCount = "value"

Field Value

Type: Int32
Remarks
This parameter sets the number of presses required for the multipress SOS trigger method.

This property is only effective when SOS_TRIGGER_METHOD is set to multipress. The value specifies how many consecutive presses of the KEYCODE_SOS trigger are required to activate the SOS emergency functionality.

The allowed range is from 2 to 5 presses. When the specified number of presses is detected in sequence, 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.MULTIPRESS.

The class of the property is NumericProperty.

[Android Documentation]

See Also