A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
E
- enableSSL(boolean) - function in com.adobe.marketing.mobile.util.URLBuilder
- set whether SSL is enabled
- encode(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.EventCoder
- Encode an event to a json string
- ENCODE - enum entry in com.adobe.marketing.mobile.util.URLBuilder.EncodeType
- enforceCallingOrSelfPermission(java.lang.String,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingOrSelfUriPermission(android.net.Uri,int,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingPermission(java.lang.String,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingUriPermission(android.net.Uri,int,java.lang.String) - function in android.content.ContextWrapper
- enforcePermission(java.lang.String,int,int,java.lang.String) - function in android.content.ContextWrapper
- enforceUriPermission(android.net.Uri,int,int,int,java.lang.String) - function in android.content.ContextWrapper
- equals(Object) - function in com.adobe.marketing.mobile.VisitorID
- Compares the provided VisitorID object with this and determines if they are equal.
- ERROR - enum entry in com.adobe.marketing.mobile.LoggingMode
- error(java.lang.String,java.lang.String,java.lang.String,kotlin.Array) - function in com.adobe.marketing.mobile.services.Log
- Information provided to the error method indicates that there has been an unrecoverable error.
- error(java.lang.String,java.lang.String) - function in com.adobe.marketing.mobile.services.Logging
- Evaluable - class in com.adobe.marketing.mobile.rulesengine
- Evaluable Interface.
- evaluate(com.adobe.marketing.mobile.rulesengine.Context) - function in com.adobe.marketing.mobile.rulesengine.ComparisonExpression
- Call this method to evaluate this ComparisonExpression.
- evaluate(A,java.lang.String,B) - function in com.adobe.marketing.mobile.rulesengine.ConditionEvaluator
- Runs operation on the operands.
- evaluate(java.lang.String,A) - function in com.adobe.marketing.mobile.rulesengine.ConditionEvaluator
- evaluate(com.adobe.marketing.mobile.rulesengine.Context) - function in com.adobe.marketing.mobile.rulesengine.Evaluable
- evaluate(A,java.lang.String,B) - function in com.adobe.marketing.mobile.rulesengine.Evaluating
- evaluate(java.lang.String,A) - function in com.adobe.marketing.mobile.rulesengine.Evaluating
- evaluate(com.adobe.marketing.mobile.rulesengine.Context) - function in com.adobe.marketing.mobile.rulesengine.LogicalExpression
- evaluate(com.adobe.marketing.mobile.rulesengine.TokenFinder) - function in com.adobe.marketing.mobile.rulesengine.RulesEngine
- evaluate(com.adobe.marketing.mobile.rulesengine.Context) - function in com.adobe.marketing.mobile.rulesengine.UnaryExpression
- evaluateEvent(com.adobe.marketing.mobile.Event) - function in com.adobe.marketing.mobile.launch.rulesengine.LaunchRulesEngine
- Evaluates the supplied event against the all current rules and returns the 's from the rules that matched the supplied event.
- evaluateJavascript(java.lang.String,com.adobe.marketing.mobile.AdobeCallback) - function in com.adobe.marketing.mobile.services.ui.message.InAppMessageEventHandler
- Evaluates the provided javascript content in the {@link WebView} maintained by the InAppMessage and passes the result to the provided callback.
- Evaluating - class in com.adobe.marketing.mobile.rulesengine
- Event - class in com.adobe.marketing.mobile
- Represents a single event
- Event.Builder - class in com.adobe.marketing.mobile.Event
- Event Builder
- EventCoder - class in com.adobe.marketing.mobile
- The helper methods used to encode/decode an Event to/from json String
- EventDataUtils - class in com.adobe.marketing.mobile.util
- Utility to clone event data which is represented as
Map<String, Object>. - EventHistoryRequest - class in com.adobe.marketing.mobile
- EventHistoryResultHandler - class in com.adobe.marketing.mobile
- Interface defining a callback which contains the result of event history database operations.
- EventSource - class in com.adobe.marketing.mobile
- Class to define the source of an
Event - EventType - class in com.adobe.marketing.mobile
- Class to define the type of an
Event - EventUtils - class in com.adobe.marketing.mobile.util
- execute(kotlin.Array) - function in com.adobe.marketing.mobile.rulesengine.FunctionBlock
- Extension - class in com.adobe.marketing.mobile
- Abstract class that defines an
Extension - ExtensionApi - class in com.adobe.marketing.mobile
- Class that defines all the public methods an
Extensionmay call to interface with the AEP SDK. - ExtensionDiscoveryService - class in com.adobe.marketing.mobile
- Container for extension definition in .
- ExtensionEventListener - class in com.adobe.marketing.mobile
- Defines a generic listener that can hear a specific kind of
Eventon anEventHub - ExtensionHelper - class in com.adobe.marketing.mobile
- Helper methods to access protected Extension methods from different packages
- extensionVersion() - function in com.adobe.marketing.mobile.MobileCore
- Returns the version for the
MobileCoreextension - extractQueryParameters(java.lang.String) - function in com.adobe.marketing.mobile.util.UrlUtils
- Extras query parameters as a
Map