When running Backendless.Messaging.cancel or registerDevice none of the following event handlers are called:
before/afterCancel()
before/afterDeviceRegistration()
Hi, Simon!
Could you please try it again?
Note: you can use
before/afterDeviceRegistration()
before/afterCancel()
only for All context.
Regards,
Kate.
Thank you.
We confirmed following handler and now they work correctly.
- beforeCancel()
afterCancel()
beforeDeviceRegistration()
afterDeviceRegistration()