I am implementing the Backendless Push Notification service
https://backendless.com/docs/rest/push_push_notification_setup_androi.html
I have already configured and can register the device to the channel created through the console (Messaging Channels).
For this I have used REST API
https://backendless.com/docs/rest/push_device_registration.html
The registered device already appears in the list of channel subscribers and when sending the notification it shows that it was sent to the device
But I don't know how to implement the service that listens to notifications sent from Backendless Push
I appreciate your help in implementing this service.
https://backendless.com/docs/rest/push_push_notification_setup_androi.html
I have already configured and can register the device to the channel created through the console (Messaging Channels).
For this I have used REST API
https://backendless.com/docs/rest/push_device_registration.html
The registered device already appears in the list of channel subscribers and when sending the notification it shows that it was sent to the device
But I don't know how to implement the service that listens to notifications sent from Backendless Push
I appreciate your help in implementing this service.