A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
P
- parse(String,ExtensionApi) - function in com.adobe.marketing.mobile.launch.rulesengine.json.JSONRulesParser
- Parses a set of JSON rules to a list of LaunchRules
- parseRFC2822Date(String,TimeZone,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.
- peekService(Context,Intent) - function in android.content.BroadcastReceiver
- PENDING - enum entry in com.adobe.marketing.mobile.SharedStateStatus
- performAccessibilityAction(int,Bundle) - function in android.view.View
- performClick() - function in android.view.View
- performContextClick(float,float) - function in android.view.View
- performHapticFeedback(int) - function in android.view.View
- performLongClick() - function in android.widget.TextView
- performReceiveContent(ContentInfo) - function in android.view.View
- 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
- playSoundEffect(int) - function in android.view.View
- post(Runnable) - function in android.view.View
- POST - enum entry in com.adobe.marketing.mobile.services.HttpMethod
- postDelayed(Runnable,long) - function in android.view.View
- postInvalidate() - function in android.view.View
- postInvalidateDelayed(long) - function in android.view.View
- postInvalidateOnAnimation() - function in android.view.View
- postOnAnimation(Runnable) - function in android.view.View
- postOnAnimationDelayed(Runnable,long) - function in android.view.View
- postponeEnterTransition() - function in android.app.Fragment
- printStackTrace() - function in java.lang.Throwable
- printStackTrace() - function in java.lang.Throwable
- process(Event) - function in com.adobe.marketing.mobile.launch.rulesengine.LaunchRulesEngine
- Evaluates all the current rules against the supplied Event.
- processEvent(Event) - function in com.adobe.marketing.mobile.launch.rulesengine.LaunchRulesEngine
- Processes the supplied event with all the rules that match it.
- processHit(DataEntity,HitProcessingResult) - function in com.adobe.marketing.mobile.services.HitProcessing
- Function that is invoked with a DataEntity and provides functionality for processing the hit.
- putIfNotEmpty(Map,String,Object) - function in com.adobe.marketing.mobile.util.MapUtils
- Adds
key/valuetomapifvalueis not null or an empty string, map or collection.