Click or drag to resize

PropertyID.NotificationLedEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to control the notification LED.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to control the notification LED.

Notification LED enabled refers to enable or disable the LED for visual notifications. The user would still be able to access and control this configuration from the main Settings. When enabled, the LED blinks to alert the user of incoming notifications, missed calls, or other important events.

The class of the property is BooleanProperty.

[Android Documentation]

See Also