Interface OnNotificationClickedListener


  • public interface OnNotificationClickedListener
    Listener to handle GetSocial notifications.
    • Method Detail

      • onNotificationClicked

        void onNotificationClicked​(Notification notification,
                                   NotificationContext context)
        Called if application was started by clicking on GetSocial push notification or notification was received while application is in foreground.
        Parameters:
        notification - Received notification.
        context - Additional context of notification.