-
public interface IInAppMessageWillDisplayEventThe event passed into IInAppMessageLifecycleListener.onWillDisplay, it provides access to the In App Message to be displayed.
-
-
Method Summary
Modifier and Type Method Description abstract IInAppMessagegetMessage()The In App Message that is to be displayed. -
-
Method Detail
-
getMessage
abstract IInAppMessage getMessage()
The In App Message that is to be displayed.
-
-
-
-