Click or drag to resize

PropertyID.NotificationLongPressEnabled 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 NotificationLongPressEnabled = "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.

Long press on the notifications allows the user to access the quick settings and options associated with notifications.

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 parameter only prevents accessing the notification settings through long pressing on the notification.

The class of the property is BooleanProperty.

[Android Documentation]

See Also