Interface PresentationDelegate
-
- All Implemented Interfaces:
-
com.adobe.marketing.mobile.services.ui.PresentationLever,com.adobe.marketing.mobile.services.ui.PresentationListener
public interface PresentationDelegate implements PresentationListener, PresentationLever
A delegate that can be used to observe and control the lifecycle of Presentation's managed by the SDK.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.adobe.marketing.mobile.services.ui.PresentationListener
onContentLoaded, onDismiss, onHide, onShow -
Methods inherited from class com.adobe.marketing.mobile.services.ui.PresentationLever
canShow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-