Hi,
When setting up a subscriber, do we extend the BackendlessReceiver and write the subscribers code there or where is the subscriber set up? or i can create a dedicated class just for that?
Thank you.
Hi Samuel,
BackendlessReceiver doesn’t relate to pub/sub feature - it’s used for push notifications.
An instance of Subscription Class is created by calling method ‘subscribe’ where you pass the callback function as an argument.
You can find out more about it here
Regards,
Ilya