Uses of Class
com.zebra.sdk.printer.PrinterAlert
Packages that use PrinterAlert
Package
Description
Provides implementation for device operations
Provides implementation for Zebra branded printer functionality.
Provides implementation for communicating to Link-OS printers over Web Sockets.
-
Uses of PrinterAlert in com.zebra.sdk.device
Methods in com.zebra.sdk.device that return types with arguments of type PrinterAlertModifier and TypeMethodDescriptionProfile.getConfiguredAlerts()A list of objects detailing the alert configurations in a profile.Methods in com.zebra.sdk.device with parameters of type PrinterAlertModifier and TypeMethodDescriptionvoidProfile.configureAlert(PrinterAlert alert) voidProfile.removeAlert(PrinterAlert alert) Removes a configured alert from a profile.Method parameters in com.zebra.sdk.device with type arguments of type PrinterAlert -
Uses of PrinterAlert in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return types with arguments of type PrinterAlertModifier and TypeMethodDescriptionAlertProvider.getConfiguredAlerts()A list of objects detailing the alert configuration of a printer.Methods in com.zebra.sdk.printer with parameters of type PrinterAlertModifier and TypeMethodDescriptionvoidAlertProvider.configureAlert(PrinterAlert alert) Configures an alert to be triggered when the alert's condition occurs or becomes resolved.voidAlertProvider.removeAlert(PrinterAlert alert) Removes a configured alert from a printer.Method parameters in com.zebra.sdk.printer with type arguments of type PrinterAlertModifier and TypeMethodDescriptionvoidAlertProvider.configureAlerts(List<PrinterAlert> alerts) Configures a list of alerts to be triggered when their conditions occur or become resolved. -
Uses of PrinterAlert in com.zebra.sdk.remote.comm
Methods in com.zebra.sdk.remote.comm with parameters of type PrinterAlertModifier and TypeMethodDescriptionvoidAlertMonitorI.receivedAlert(PrinterAlert receivedAlert) Called when a printer alert is received.voidAlertMonitorI.receivedAlert(PrinterAlert receivedAlert, String sgdData) Called when a printer alert is received.