Package im.getsocial.sdk.notifications
Interface OnNotificationClickedListener
-
public interface OnNotificationClickedListener
Listener to handle GetSocial notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-