Click or drag to resize

PropertyID.EmergencySosEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to disable the emergency SOS call.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to disable the emergency SOS call.

Emergency SOS refers to enable or disable that feature designed to help users quickly contact emergency services and notify their emergency contacts in critical situations.
This feature can be activated by pressing the power button multiple times in rapid succession (usually five times). It can be undesired, so IT admins could prefer to disable it.

The class of the property is BooleanProperty.

[Android Documentation]

See Also