A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
I
- immutableClone(java.util.Map) - function in com.adobe.marketing.mobile.util.EventDataUtils
- Deep clones the provided map.
- InAppMessage - class in com.adobe.marketing.mobile.services.ui
- Represents an InAppMessage presentation.
- InAppMessageEventHandler - class in com.adobe.marketing.mobile.services.ui.message
- Interface for take actions on an InAppMessage presentation.
- InAppMessageEventListener - class in com.adobe.marketing.mobile.services.ui.message
- Interface for listening to events related to an InAppMessage presentation.
- InAppMessageSettings - class in com.adobe.marketing.mobile.services.ui.message
- An immutable class that holds the settings and configuration for the InAppMessage.
- InAppMessageSettings.Builder - class in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings
- Builder class for InAppMessageSettings.
- InAppMessageSettings.MessageAlignment - class in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings
- Enum representing Message alignment.
- InAppMessageSettings.MessageAnimation - class in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings
- Enum representing Message animations.
- InAppMessageSettings.MessageGesture - class in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings
- initCause(java.lang.Throwable) - function in java.lang.Throwable
- initialGraphic(android.graphics.Bitmap) - function in com.adobe.marketing.mobile.services.ui.floatingbutton.FloatingButtonSettings.Builder
- Sets the initial graphic to be displayed on the floating button.
- initialize(android.app.Application,com.adobe.marketing.mobile.InitOptions,com.adobe.marketing.mobile.AdobeCallback) - function in com.adobe.marketing.mobile.MobileCore
- Initializes the AEP SDK with the specified InitOptions.
- initialize(android.app.Application,java.lang.String) - function in com.adobe.marketing.mobile.MobileCore
- Convenience overload that initializes the AEP SDK with bundled extensions, automatic lifecycle tracking, and configures the SDK using the specified application ID via configureWithAppID.
- initialize(android.app.Application,java.lang.String,com.adobe.marketing.mobile.AdobeCallback) - function in com.adobe.marketing.mobile.MobileCore
- Convenience overload that initializes the AEP SDK with bundled extensions, automatic lifecycle tracking, and configures the SDK using the specified application ID via configureWithAppID.
- InitOptions - class in com.adobe.marketing.mobile
- This class holds initialization options for configuring the AEP SDK.
- inResponseToEvent(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.Event.Builder
- Sets this as response for
requestEvent. - INVALID_OPERAND - enum entry in com.adobe.marketing.mobile.rulesengine.RulesResult.FailureType
- INVALID_SOURCE - enum entry in com.adobe.marketing.mobile.launch.rulesengine.download.RulesLoadResult.Reason
The requested download source is invalid. Example: Invalid url, non-existent asset
- isDeviceProtectedStorage() - function in android.content.ContextWrapper
- isExpired() - function in com.adobe.marketing.mobile.services.caching.CacheExpiry
- Evaluates whether the
CacheExpiry.expirationhas elapsed. - isNullOrEmpty(org.json.JSONArray) - function in com.adobe.marketing.mobile.util.JSONUtils
- Checks if the provided
JSONArrayis null or it has no element - isNullOrEmpty(org.json.JSONObject) - function in com.adobe.marketing.mobile.util.JSONUtils
- Checks if the provided
JSONObjectis null or it has no element - isNullOrEmpty(java.util.Map) - function in com.adobe.marketing.mobile.util.MapUtils
- Checks if the provided
mapis null or it has no element - isNullOrEmpty(java.lang.String) - function in com.adobe.marketing.mobile.util.StringUtils
- Checks if a
Stringis null, empty or it only contains whitespaces. - isRestricted() - function in android.content.ContextWrapper
- isSuccess() - function in com.adobe.marketing.mobile.rulesengine.RulesResult
- isUiContext() - function in android.content.ContextWrapper
- isValidUrl(java.lang.String) - function in com.adobe.marketing.mobile.util.UrlUtils
- Check if the given
Stringis a valid URL.