Click or drag to resize

PropertyID.NotificationAppSettingsDimmed Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the notification settings.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the notification settings.

Notification App settings refer to the options available to manage how different apps send notifications to the user.

If this parameter is enabled, the notification settings options are "dimmed" in the Settings. It means that the option is grayed out and it cannot be interacted with through UI. This indicates to the user that the feature is currently not accessible and the user is not able to configure the notification options.

This parameter only prevents the user to change the configuration of notifications through Settings UI.

The class of the property is BooleanProperty.

[Android Documentation]

See Also