-
public interface INotificationClickListenerAn interface used to process a OneSignal notification the user just clicked on. <br></br> Set this during OneSignal init in INotificationsManager.addClickListener<br></br><br></br>
-
-
Method Summary
Modifier and Type Method Description abstract UnitonClick(INotificationClickEvent event)Called when a user clicks on a notification. -
-
Method Detail
-
onClick
abstract Unit onClick(INotificationClickEvent event)
Called when a user clicks on a notification.
- Parameters:
event- an INotificationClickEvent with the user's response and properties of this notification.
-
-
-
-