to top
Datalogic APIs
public class

DisplayNotification

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.DisplayNotification

Class Overview

DisplayNotification is the class that configures 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.

Summary

Fields
public BooleanProperty enable enable activates the notification mechanism.
Public Constructors
DisplayNotification(PropertyGetter editor)
This is the constructor of DisplayNotification.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable

Added in revision 1

enable activates the notification mechanism.

Public Constructors

public DisplayNotification (PropertyGetter editor)

Added in revision 1

This is the constructor of DisplayNotification. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current barcode family.