-
public interface IInAppMessageClickListenerAn interface used to process a OneSignal In-App Message the user just clicked on. Implement this interface and provide an instance to IInAppMessagesManager.addClickListener in order to receive control when an IAM is clicked by the user.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonClick(IInAppMessageClickEvent event)Fires when a user clicks on a clickable element in the IAM. -
-
Method Detail
-
onClick
abstract Unit onClick(IInAppMessageClickEvent event)
Fires when a user clicks on a clickable element in the IAM.
- Parameters:
event- The IInAppMessageClickEvent with the user's response and properties of this message.
-
-
-
-