Click or drag to resize

PropertyID.NotificationManageButtonHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to 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 NotificationManageButtonHidden = "value"

Field Value

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

Hiding the Manage button in Notification bar pull down panel means preventing users from accessing the settings and options associated with individual notifications. The 'Manage' button typically appears when the user expand a notification, allowing the user to modify notification settings for the app that sent it.

Disabling this functionality means that users will not be able to directly adjust notification settings from the notification bar. They would need to go into the main Settings menu to make any changes to how notifications are handled for different apps. This restriction can be used to ensure consistent notification settings or to prevent accidental changes by users.

This parameter only prevents accessing the notification settings through Manage button, since it's hidden.

The class of the property is BooleanProperty.

[Android Documentation]

See Also