ZebraNotification
Methods#
registerForNotification#
Enables apps to register to receive notifications of status changes on DataWedge. Data received in the callback will be raw data from the DataWedge API. https://techdocs.zebra.com/datawedge/latest/guide/api/registerfornotification
Parameters#
| Name | Type |
|---|---|
options | RegisterForNotificationOptions |
Returns: Promise<void>
unRegisterForNotification#
Unregisters apps from receiving DataWedge status changes. https://techdocs.zebra.com/datawedge/latest/guide/api/registerfornotification
Parameters#
| Name | Type |
|---|---|
options | RegisterForNotificationOptions |
Returns: Promise<void>