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