-
public interface IInAppMessageClickListener
-
-
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.
-
-
-
-