Click or drag to resize

PropertyID.DoNotDisturbPolicy Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to activate the "Do Not Disturb" mode.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to activate the "Do Not Disturb" mode.

"Do Not Disturb" (DND) is a feature provided by Android that allows you to silence all or specific types of notifications, calls, and alerts, helping you avoid interruptions.

This parameter allows to control the "Do Not Disturb" status.

Disabling "Do Not Disturb" will ensure that the device resumes normal operation regarding notifications and alerts, allowing you to receive all incoming sounds, vibrations, and notifications without restriction.

The class of the property is DoNotDisturbPolicy.

[Android Documentation]

See Also