A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
P
- parse(java.lang.String,com.adobe.marketing.mobile.ExtensionApi) - function in com.adobe.marketing.mobile.launch.rulesengine.json.JSONRulesParser
- Parses a set of JSON rules to a list of LaunchRules
- parseRFC2822Date(java.lang.String,java.util.TimeZone,java.util.Locale) - function in com.adobe.marketing.mobile.util.TimeUtils
- Parses the RFC-2822 formatted date string rfc2822Date into a Date
- pause() - function in com.adobe.marketing.mobile.util.SerialWorkDispatcher
- Puts the SerialWorkDispatcher in paused state and stops processing the {@link #workQueue}
- PAUSED - enum entry in com.adobe.marketing.mobile.util.SerialWorkDispatcher.State
Indicates that the dispatcher has been paused. New work will be accepted but not executed until resumed
- peek() - function in com.adobe.marketing.mobile.services.DataQueue
- Retrieves the head of DataQueue else returns null if DataQueue is empty.
- peek(int) - function in com.adobe.marketing.mobile.services.DataQueue
- Retrieves the first n entries in this DataQueue.
- peekWallpaper() - function in android.content.ContextWrapper
- PENDING - enum entry in com.adobe.marketing.mobile.SharedStateStatus
- PersistentHitQueue - class in com.adobe.marketing.mobile.services
- Provides functionality for asynchronous processing of hits in a synchronous manner while providing the ability to retry hits.
- PHONE - enum entry in com.adobe.marketing.mobile.services.DeviceInforming.DeviceType
- positiveButtonText(java.lang.String) - function in com.adobe.marketing.mobile.services.ui.alert.AlertSettings.Builder
- Sets the text for the positive button.
- POST - enum entry in com.adobe.marketing.mobile.services.HttpMethod
- Presentable - class in com.adobe.marketing.mobile.services.ui
- Represents a component that can be presented on the screen.
- Presentable.State - class in com.adobe.marketing.mobile.services.ui.Presentable
- Represents the current visibility & activeness of the presentable.
- Presentation - class in com.adobe.marketing.mobile.services.ui
- Defines types of Presentables supported by the AEP SDK.
- PresentationDelegate - class in com.adobe.marketing.mobile.services.ui
- A delegate that can be used to observe and control the lifecycle of Presentation's managed by the SDK.
- PresentationError - class in com.adobe.marketing.mobile.services.ui
- Defines a hierarchy of errors that can occur when managing a UI element
- PresentationEventListener - class in com.adobe.marketing.mobile.services.ui
- 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 - class in com.adobe.marketing.mobile.services.ui
- A gating mechanism for implementers to restrict the display of a Presentable based on specific set of conditions.
- PresentationListener - class in com.adobe.marketing.mobile.services.ui
- A listener for observing the lifecycle of presentations managed by the SDK.
- PresentationListener.PresentationContent - class in com.adobe.marketing.mobile.services.ui.PresentationListener
- Defines the types of content that can be loaded into a Presentable.
- PresentationListener.PresentationContent.UrlContent - class in com.adobe.marketing.mobile.services.ui.PresentationListener.PresentationContent
- Content loaded from a URL.
- PresentationUtilityProvider - class in com.adobe.marketing.mobile.services.ui
- The PresentationUtilityProvider is used to provide the necessary utilities for the UI SDK to function
- printStackTrace() - function in java.lang.Throwable
- processEvent(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.launch.rulesengine.LaunchRulesEngine
- Processes the supplied event with all the rules that match it.
- processHit(com.adobe.marketing.mobile.services.DataEntity,com.adobe.marketing.mobile.services.HitProcessingResult) - function in com.adobe.marketing.mobile.services.HitProcessing
- Function that is invoked with a DataEntity and provides functionality for processing the hit.
- putIfNotEmpty(java.util.Map,java.lang.String,Object) - function in com.adobe.marketing.mobile.util.MapUtils
- Adds
key/valuetomapifvalueis not null or an empty string, map or collection.