Our requirement is to send unicast push notifications. For which we have created an Event source and subscribed user as mentioned in this documentation
But which method is correct to send push notification? What are Pros and Cons of using one or the other
submitNotification(userId, notificationText)
1)Should we use the method we declared in Push Adapter.
2)The Send Message (POST) from REST API Runtime Services. Is this the correct way to send Unicast notifications.