Click or drag to resize

PropertyID.SosTriggerEnabled Field

This parameter enables or disables the SOS trigger 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 SosTriggerEnabled = "value"

Field Value

Type: Int32
Remarks
This parameter enables or disables the SOS trigger functionality.

When this property is enabled and the KEYCODE_SOS trigger is pressed, the device will execute the action specified by SOS_TRIGGER_ACTION. The specific trigger method (single press, long press, or multipress) is configured through the SOS_TRIGGER_METHOD property.

When this property is disabled, pressing the KEYCODE_SOS trigger will have no effect and no emergency action will be performed.

The class of the property is BooleanProperty.

[Android Documentation]

See Also