Click or drag to resize

PropertyID.SosTriggerMethod Field

This parameter sets the trigger method for activating the SOS emergency functionality.

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 SosTriggerMethod = "value"

Field Value

Type: Int32
Remarks
This parameter sets the trigger method for activating the SOS emergency functionality.

The SOS trigger can be activated through different methods:

  • Single press: The SOS action is triggered with a single press of the KEYCODE_SOS trigger.
  • Long press timeout: The SOS action is triggered when the KEYCODE_SOS trigger is held down for the duration specified by SOS_TRIGGER_LONG_PRESS_TIMEOUT.
  • Multipress: The SOS action is triggered when the KEYCODE_SOS trigger is pressed multiple times in sequence, as specified by SOS_TRIGGER_MULTIPRESS_COUNT.

This property takes effect only when SOS_TRIGGER_ENABLED is enabled.

The class of the property is EnumProperty. The allowed values are defined by enum SosTriggerMethod.

[Android Documentation]

See Also