Click or drag to resize

PropertyID.NotificationDotsEnabled Field

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

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

Field Value

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

The notification dot refers to the small dot that appears on app icons when there are unread notifications for those apps.

When notification dots are enabled, a small dot will appear on the top right corner of an app's icon on the home screen, as visual indicator that alerts for pending notifications.

When notification dots are disabled, these small dots will no longer appear on app icons, meaning the user won't have this visual indication of unread notifications directly on the app icons.

The user would still be able to access and control this configuration from the main Settings. Therefore, this parameter can be use with NOTIFICATION_DOTS_SETTING_DIMMED, to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also