public class DisplayNotification extends PropertyGroup
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.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable
enable activates the notification mechanism. |
| Constructor and Description |
|---|
DisplayNotification(PropertyGetter editor)
This is the constructor of DisplayNotification.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty enable
enable activates the notification mechanism.public DisplayNotification(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.