Interface NotificationCenterViewBuilder.NotificationClickListener
-
- Enclosing class:
- NotificationCenterViewBuilder
public static interface NotificationCenterViewBuilder.NotificationClickListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onNotificationClicked(Notification notification, NotificationContext context)
Called when a notification is clicked on.
-
-
-
Method Detail
-
onNotificationClicked
void onNotificationClicked(Notification notification, NotificationContext context)
Called when a notification is clicked on.- Parameters:
notification
- selected notification.
-
-