Package | Description |
---|---|
com.zebra.sdk.device |
Provides implementation for device operations
|
com.zebra.sdk.printer |
Provides implementation for Zebra branded printer functionality.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrinterAlert> |
Profile.getConfiguredAlerts()
A list of objects detailing the alert configurations in a profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.configureAlert(PrinterAlert alert) |
void |
Profile.removeAlert(PrinterAlert alert)
Removes a configured alert from a profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.configureAlerts(java.util.List<PrinterAlert> alerts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PrinterAlert> |
AlertProvider.getConfiguredAlerts()
A list of objects detailing the alert configuration of a printer.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertProvider.configureAlert(PrinterAlert alert)
Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
|
void |
AlertProvider.removeAlert(PrinterAlert alert)
Removes a configured alert from a printer.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertProvider.configureAlerts(java.util.List<PrinterAlert> alerts)
Configures a list of alerts to be triggered when their conditions occur or become resolved.
|
© 2017 ZIH Corp. All Rights Reserved.