Package com.adobe.marketing.mobile.services.ui
See: Description
-
Enum Summary Enum Description State Represents the current visibility & activeness of the presentable. -
Interface Summary Interface Description Presentable Represents a component that can be presented on the screen. PresentationDelegate A delegate that can be used to observe and control the lifecycle of Presentation's managed by the SDK. PresentationError Defines a hierarchy of errors that can occur when managing a UI element PresentationEventListener A notification mechanism for the component that created the associated Presentable to receive events about a presentation in response to user interaction, system events, or operations performed programmatically. PresentationLever A gating mechanism for implementers to restrict the display of a Presentable based on specific set of conditions. PresentationListener A listener for observing the lifecycle of presentations managed by the SDK. PresentationUtilityProvider The PresentationUtilityProvider is used to provide the necessary utilities for the UI SDK to function UIService Represents a component capable of creating and managing UI elements. -
Class Summary Class Description Presentation Defines types of Presentables supported by the AEP SDK. InAppMessage Represents an InAppMessage presentation. FloatingButton Represents a FloatingButton presentation. Alert Represents an Alert presentation. ShowFailed Types of Presentation errors and each of these classes represent their type hierarchies as needed. HideFailed DismissFailed UrlContent Content loaded from a URL. PresentationContent Defines the types of content that can be loaded into a Presentable. -
Object Summary Object Description ConflictingPresentation Represents a failure to show a Presentable because a conflicting presentation is already shown. NoAttachableActivity Represents a failure to show a Presentable because there is no activity to show it on. DelegateGateNotMet Represents a failure to show a Presentable because the delegate gate was not met. SuppressedByAppDeveloper Represents a failure to show a Presentable because the app developer has suppressed Presentables. AlreadyShown Represents a failure to show a Presentable because it is already shown. AlreadyHidden Represents a failure to hide a Presentable because there is no activity to hide it from. NoActivityToDetachFrom Represents a failure to dismiss a Presentable because there is no activity to dismiss it from. AlreadyDismissed Represents a failure to dismiss a Presentable because it is not shown.