Click or drag to resize

PropertyID.SosTriggerEmergencyNumber Field

This parameter defines the emergency phone number to be used for SOS emergency calls.

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

Field Value

Type: Int32
Remarks
This parameter defines the emergency phone number to be used for SOS emergency calls.

This property specifies the phone number that will be dialed when the SOS trigger is activated and SOS_TRIGGER_ACTION is set to call a specific emergency number. The number should be in the format appropriate for the device's locale and carrier.

If this property is empty or not set, the system will fall back to default emergency numbers when the SOS trigger action is configured to make emergency calls.

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

The class of the property is TextProperty.

[Android Documentation]

See Also