-
public interface INotificationClickEventThe data provided to INotificationClickListener.onClick when a notification has been clicked by the user.
-
-
Method Summary
Modifier and Type Method Description abstract INotificationgetNotification()The notification that was clicked by the user. abstract INotificationClickResultgetResult()The result of the user clicking the notification. -
-
Method Detail
-
getNotification
abstract INotification getNotification()
The notification that was clicked by the user.
-
getResult
abstract INotificationClickResult getResult()
The result of the user clicking the notification.
-
-
-
-