A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z 

C

CacheEntry - class in com.adobe.marketing.mobile.services.caching
Represents an item that can be cached using CacheService
CacheExpiry - class in com.adobe.marketing.mobile.services.caching
Represents the expiry of a cached item.
CacheResult - class in com.adobe.marketing.mobile.services.caching
Represents an item that is retrieved from cache using CacheService
CacheService - class in com.adobe.marketing.mobile.services.caching
Represents a component that facilitates caching.
call(T) - function in com.adobe.marketing.mobile.AdobeCallback
 
call(T) - function in com.adobe.marketing.mobile.AdobeCallbackWithError
 
call(T) - function in com.adobe.marketing.mobile.EventHistoryResultHandler
 
call(com.adobe.marketing.mobile.services.HttpConnecting) - function in com.adobe.marketing.mobile.services.NetworkCallback
Callback method invoked with the HttpConnection instance once the connection is established.
CANNOT_CREATE_TEMP_DIR - enum entry in com.adobe.marketing.mobile.launch.rulesengine.download.RulesLoadResult.Reason

Content cannot be written into the cache directory used by RulesLoader

CANNOT_STORE_IN_TEMP_DIR - enum entry in com.adobe.marketing.mobile.launch.rulesengine.download.RulesLoadResult.Reason

Content cannot be written into a temp directory used by RulesLoader

canShow(com.adobe.marketing.mobile.services.ui.Presentable) - function in com.adobe.marketing.mobile.services.ui.PresentationDelegate
Returns true if presentable can be shown, false otherwise.
canShow(com.adobe.marketing.mobile.services.ui.Presentable) - function in com.adobe.marketing.mobile.services.ui.PresentationLever
Returns true if presentable can be shown, false otherwise.
CASE_INSENSITIVE - enum entry in com.adobe.marketing.mobile.rulesengine.ConditionEvaluator.Option
 
castFromGenericType(java.util.Map) - function in com.adobe.marketing.mobile.util.EventDataUtils
Casts generic map Map<?, ?> to HashMap<String, Object>
  • Entry with null and non String key is dropped.
  • Entry withnon String key is dropped
CENTER - enum entry in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings.MessageAlignment
 
CENTER - enum entry in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings.MessageAnimation
 
chainToParentEvent(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.Event.Builder
Sets parent event for this event.
checkCallingOrSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermission(android.net.Uri,int) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermissions(java.util.List,int) - function in android.content.ContextWrapper
 
checkCallingPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingUriPermission(android.net.Uri,int) - function in android.content.ContextWrapper
 
checkCallingUriPermissions(java.util.List,int) - function in android.content.ContextWrapper
 
checkPermission(java.lang.String,int,int) - function in android.content.ContextWrapper
 
checkSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkUriPermission(android.net.Uri,int,int,int) - function in android.content.ContextWrapper
 
checkUriPermissions(java.util.List,int,int,int) - function in android.content.ContextWrapper
 
clear() - function in com.adobe.marketing.mobile.services.DataQueue
Removes all stored DataEntity objects.
clear() - function in com.adobe.marketing.mobile.services.HitQueuing
Removes all the persisted hits from the queue
clear() - function in com.adobe.marketing.mobile.services.PersistentHitQueue
Removes all the persisted hits from the queue
clearUpdatedConfiguration() - function in com.adobe.marketing.mobile.MobileCore
Clear the changes made by updateConfiguration and setPrivacyStatus to the initial configuration provided either by configureWithAppID or configureWithFileInPath or configureWithFileInAssets
clearWallpaper() - function in android.content.ContextWrapper
 
clone(java.util.Map) - function in com.adobe.marketing.mobile.util.EventDataUtils
Deep clones the provided map.
CloneFailedException - class in com.adobe.marketing.mobile.util
Exception thrown by EventDataUtils to indicate that an exception occurred during deep clone.
cloneWithEventData(java.util.Map) - function in com.adobe.marketing.mobile.Event
Clones the current Event with updated data
close() - function in com.adobe.marketing.mobile.services.DataQueue
Closes the current DataQueue.
close() - function in com.adobe.marketing.mobile.services.HitQueuing
Close the current HitQueuing
close() - function in com.adobe.marketing.mobile.services.HttpConnecting
Close this connection.
close() - function in com.adobe.marketing.mobile.services.PersistentHitQueue
Close the current HitQueuing
collectMessageInfo(java.util.Map) - function in com.adobe.marketing.mobile.MobileCore
Collects message data from various points in the application.
collectPii(java.util.Map) - function in com.adobe.marketing.mobile.MobileCore
Collect PII data.
com.adobe.marketing.mobile - package com.adobe.marketing.mobile
 
com.adobe.marketing.mobile.launch.rulesengine - package com.adobe.marketing.mobile.launch.rulesengine
 
com.adobe.marketing.mobile.launch.rulesengine.download - package com.adobe.marketing.mobile.launch.rulesengine.download
 
com.adobe.marketing.mobile.launch.rulesengine.json - package com.adobe.marketing.mobile.launch.rulesengine.json
 
com.adobe.marketing.mobile.rulesengine - package com.adobe.marketing.mobile.rulesengine
 
com.adobe.marketing.mobile.services - package com.adobe.marketing.mobile.services
 
com.adobe.marketing.mobile.services.caching - package com.adobe.marketing.mobile.services.caching
 
com.adobe.marketing.mobile.services.ui - package com.adobe.marketing.mobile.services.ui
 
com.adobe.marketing.mobile.services.ui.alert - package com.adobe.marketing.mobile.services.ui.alert
 
com.adobe.marketing.mobile.services.ui.floatingbutton - package com.adobe.marketing.mobile.services.ui.floatingbutton
 
com.adobe.marketing.mobile.services.ui.message - package com.adobe.marketing.mobile.services.ui.message
 
com.adobe.marketing.mobile.services.uri - package com.adobe.marketing.mobile.services.uri
 
com.adobe.marketing.mobile.util - package com.adobe.marketing.mobile.util
 
ComparisonExpression - class in com.adobe.marketing.mobile.rulesengine
ComparisonExpression allows for comparison of two operands and evaluates to a True or False.
complete(boolean) - function in com.adobe.marketing.mobile.services.HitProcessingResult
 
CONDITION_FAILED - enum entry in com.adobe.marketing.mobile.rulesengine.RulesResult.FailureType
 
ConditionEvaluator - class in com.adobe.marketing.mobile.rulesengine
 
ConditionEvaluator.Option - class in com.adobe.marketing.mobile.rulesengine.ConditionEvaluator
 
configureWithAppID(java.lang.String) - function in com.adobe.marketing.mobile.InitOptions.Companion
Configures the SDK by downloading the remote configuration file hosted on Adobe servers specified by the given application ID(App ID) from tags property.
configureWithAppID(java.lang.String) - function in com.adobe.marketing.mobile.MobileCore
Configure the SDK by downloading the remote configuration file hosted on Adobe servers specified by the given application ID.
configureWithFileInAssets(java.lang.String) - function in com.adobe.marketing.mobile.InitOptions.Companion
Configures the SDK by using a file stored in application assets.
configureWithFileInAssets(java.lang.String) - function in com.adobe.marketing.mobile.MobileCore
Load configuration from the file in the assets folder.
configureWithFileInPath(java.lang.String) - function in com.adobe.marketing.mobile.InitOptions.Companion
Configures the SDK by using a file located at a specific path.
configureWithFileInPath(java.lang.String) - function in com.adobe.marketing.mobile.MobileCore
Load configuration from local file.
ConflictingPresentation - class in com.adobe.marketing.mobile.services.ui
Represents a failure to show a Presentable because a conflicting presentation is already shown.
connectAsync(com.adobe.marketing.mobile.services.NetworkRequest,com.adobe.marketing.mobile.services.NetworkCallback) - function in com.adobe.marketing.mobile.services.Networking
Initiates an asynchronous network connection
CONNECTED - enum entry in com.adobe.marketing.mobile.services.DeviceInforming.ConnectionStatus

Network connectivity exists.

contains(java.lang.String) - function in com.adobe.marketing.mobile.services.NamedCollection
Check if the named collection contains key
content(java.lang.String) - function in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings.Builder
Sets the HTML content for the message.
Context - class in com.adobe.marketing.mobile.rulesengine
 
CORDOVA - enum entry in com.adobe.marketing.mobile.WrapperType
 
cornerRadius(java.lang.Float) - function in com.adobe.marketing.mobile.services.ui.floatingbutton.FloatingButtonSettings.Builder
Sets the corner radius of the floating button.
cornerRadius(java.lang.Float) - function in com.adobe.marketing.mobile.services.ui.message.InAppMessageSettings.Builder
Sets the corner radius of the message.
count() - function in com.adobe.marketing.mobile.services.DataQueue
Returns the count of DataEntity objects in this DataQueue.
count() - function in com.adobe.marketing.mobile.services.HitQueuing
Returns the number of items in the queue
count() - function in com.adobe.marketing.mobile.services.PersistentHitQueue
Returns the number of items in the queue
create(T,com.adobe.marketing.mobile.services.ui.PresentationUtilityProvider) - function in com.adobe.marketing.mobile.services.ui.UIService
Creates a Presentable for the given presentation.
createAttributionContext(java.lang.String) - function in android.content.ContextWrapper
 
createConfigurationContext(android.content.res.Configuration) - function in android.content.ContextWrapper
 
createContext(android.content.ContextParams) - function in android.content.ContextWrapper
 
createContextForSplit(java.lang.String) - function in android.content.ContextWrapper
 
createDeviceContext(int) - function in android.content.ContextWrapper
 
createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
 
createDisplayContext(android.view.Display) - function in android.content.ContextWrapper
 
createPackageContext(java.lang.String,int) - function in android.content.ContextWrapper
 
createPendingSharedState(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.ExtensionApi
Creates a pending shared state for this extension.
createPendingXDMSharedState(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.ExtensionApi
Creates a pending XDM shared state for this extension.
createSharedState(java.util.Map,com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.ExtensionApi
Creates a new shared state for this extension.
createWindowContext(int,android.os.Bundle) - function in android.content.ContextWrapper
 
createXDMSharedState(java.util.Map,com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.ExtensionApi
Creates a new XDM shared state for this extension.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z