Click or drag to resize

PropertyID.SosTriggerAction Field

This parameter defines the action to be performed when the SOS trigger is activated.

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

Field Value

Type: Int32
Remarks
This parameter defines the action to be performed when the SOS trigger is activated.

The SOS trigger can perform different types of emergency actions:

  • Call emergency number: Automatically dials the default emergency number if no specific number is defined.
  • Call a specific number: Dials a predefined emergency contact number.
  • Launch custom intent: Executes a custom application or service through an Android intent.

The action is triggered when the SOS trigger method conditions are met, as configured by SOS_TRIGGER_METHOD, SOS_TRIGGER_LONG_PRESS_TIMEOUT, or SOS_TRIGGER_MULTIPRESS_COUNT.

This property takes effect only when SOS_TRIGGER_ENABLED is enabled.

The class of the property is EnumProperty. The specific implementation for this type of blob is SosTriggerAction.

[Android Documentation]

See Also