-
public interface IInAppMessageClickEventThe data provided to IInAppMessageClickListener.onClick when an IAM has been clicked by the user.
-
-
Method Summary
Modifier and Type Method Description abstract IInAppMessagegetMessage()The IAM that was clicked by the user. abstract IInAppMessageClickResultgetResult()The result of the user clicking the IAM. -
-
Method Detail
-
getMessage
abstract IInAppMessage getMessage()
The IAM that was clicked by the user.
-
getResult
abstract IInAppMessageClickResult getResult()
The result of the user clicking the IAM.
-
-
-
-