Configure Notification Center
Set functionalities to show push notification.
You can show a list of received push notifications in an In-app Notification Center. You can set the expiry of the notifications from the panel.
You can use the showNotifications() method to show “ Notification Center” on any click action.
NotifyVisitorsApi.getInstance(this).showNotifications(0);
Updated over 2 years ago