ZebraNotification
#
Methods#
registerForNotificationEnables 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
#
ParametersName | Type |
---|---|
options | RegisterForNotificationOptions |
Returns: Promise<void>
#
unRegisterForNotificationUnregisters apps from receiving DataWedge status changes. https://techdocs.zebra.com/datawedge/latest/guide/api/registerfornotification
#
ParametersName | Type |
---|---|
options | RegisterForNotificationOptions |
Returns: Promise<void>