Click or drag to resize

DoNotDisturbPolicy Class

Enum defines the policy for Do Not Disturb. It's used by property .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.DoNotDisturbPolicy

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DoNotDisturbPolicy : Enum

The DoNotDisturbPolicy type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyOff
Do not disturb is disabled, no notifications are suppressed.
Public propertyShowAlarms
To be added.
Public propertyShowFiltered
To be added.
Public propertyShowNone
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding DoNotDisturbPolicy value, from a valid integer.
Public methodToInt
Retrieves the corresponding int value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum DoNotDisturbPolicy defines the policy for Do Not Disturb. It's used by property PropertyID.DO_NOT_DISTURB_POLICY.

[Android Documentation]

See Also