Click or drag to resize

PropertyIDDisplayNotificationEnable Field

This parameter activates the notification mechanism.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const int DisplayNotificationEnable = 49

Field Value

Type: Int32
Remarks

This parameter activates the notification mechanism. It enables the Display Notification capability via a displaying message. This means that the decoded label is displayed through a pop-up message, an Android Toast, on the device's screen.

The class of the property is BooleanProperty.

[Android Documentation]

See Also