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