public interface NotificationListener
Modifier and Type | Method and Description |
---|---|
boolean |
onNotificationReceived(Notification notification,
boolean wasClicked)
Called if application was started by clicking on GetSocial push notification
or notification was received while application is in foreground.
|
boolean onNotificationReceived(Notification notification, boolean wasClicked)
notification
- Received notification.wasClicked
- is true, if notification was clicked by user in notification center, false if received while application was in foreground.(c) Copyright GetSocial BV, 2018. All Rights Reserved.