Methods
| Method |
Description |
|
com.adobe.marketing.mobile.registerEventListener(String,String,Class,ExtensionErrorCallback)
|
Registers a new event listener for current extension for the provided event type and source. |
|
com.adobe.marketing.mobile.registerWildcardListener(Class,ExtensionErrorCallback)
|
Registers a new wildcard event listener for the current extension. |
|
com.adobe.marketing.mobile.setSharedEventState(Map,Event,ExtensionErrorCallback)
|
Called by extension to set a shared state for itself. |
|
com.adobe.marketing.mobile.setXDMSharedEventState(Map,Event,ExtensionErrorCallback)
|
Called by extension to set an XDM shared state for itself. |
|
com.adobe.marketing.mobile.getSharedEventState(String,Event,ExtensionErrorCallback)
|
Called by extension to get another extension's shared state. |
|
com.adobe.marketing.mobile.getXDMSharedEventState(String,Event,ExtensionErrorCallback)
|
Called by extension to get another extension's XDM shared state. |
|
com.adobe.marketing.mobile.clearXDMSharedEventStates(ExtensionErrorCallback)
|
Called by extension to clear XDM shared state it has previously set. |
|
com.adobe.marketing.mobile.clearSharedEventStates(ExtensionErrorCallback)
|
Called by extension to clear all shared state it has previously set. |
|
com.adobe.marketing.mobile.copy()
|
Copies an Event. |
|
com.adobe.marketing.mobile.log(LoggingMode,String,String)
|
Sends a log message of the given LoggingMode. |
|
com.adobe.marketing.mobile.registerExtension(Class,ExtensionErrorCallback<ExtensionError>)
|
Registers an extension class which has Extension as parent. |
|
com.adobe.marketing.mobile.start(AdobeCallback<?>)
|
Start the Core processing. |
|
com.adobe.marketing.mobile.dispatchEventWithResponseCallback(Event,AdobeCallbackWithError<Event>)
|
This method will be used when the provided Event is used as a trigger and a response event is expected in return. |
|
com.adobe.marketing.mobile.dispatchEvent(Event,ExtensionErrorCallback<ExtensionError>)
|
Called by the extension public API to dispatch an event for other extensions or the internal SDK to consume. |
|
com.adobe.marketing.mobile.dispatchEventWithResponseCallback(Event,AdobeCallback<Event>,ExtensionErrorCallback<ExtensionError>)
|
This method will be used when the provided Event is used as a trigger and a response event is expected in return. |
|
com.adobe.marketing.mobile.dispatchResponseEvent(Event,Event,ExtensionErrorCallback<ExtensionError>)
|
Dispatches a response event for a paired event that was sent to
dispatchEventWithResponseCallback and received by an extension listener hear method. |
|
com.adobe.marketing.mobile.launch.rulesengine.process(Event)
|
Evaluates all the current rules against the supplied Event. |