Click or drag to resize

PropertyID.SosTriggerEmergencyMessage Field

This parameter defines the emergency message to be sent during SOS emergency situations.

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

Field Value

Type: Int32
Remarks
This parameter defines the emergency message to be sent during SOS emergency situations.

This property specifies the text message that can be used to be sent when the SOS trigger is activated and SOS_TRIGGER_ACTION is set to message an emergency number. The message will be sent via SMS.

The message should contain relevant information such as the nature of the emergency, location details if available, or any other critical information that would assist emergency responders or contacts.

This property takes effect only when SOS_TRIGGER_ENABLED is enabled and the configured SOS_TRIGGER_ACTION is configured to SosTriggerAction.EMERGENCY_SMS.

The class of the property is TextProperty.

[Android Documentation]

See Also