Class EdgeBridge
- java.lang.Object
-
- com.adobe.marketing.mobile.edge.bridge.EdgeBridge
-
public class EdgeBridge extends Object
The Adobe Experience Platform Edge Bridge mobile extension provides functionality to facilitate sending data from a mobile application to the Adobe Edge Network.This extension supports the following use-cases:
- Enables forwarding of
MobileCore.trackState(String, Map)andMobileCore.trackAction(String, Map)calls to the Adobe Edge Network. The configured Data Collection datastream for the mobile application can define a mapping of the track event'scontextdatato an XDM schema using Data Prep for Data Collection.
- Enables forwarding of
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringextensionVersion()Returns the version of the Edge Bridge extension.static voidregisterExtension()Deprecated.UseMobileCore.registerExtensions(List, AdobeCallback)withEXTENSIONinstead.
-
-
-
Field Detail
-
EXTENSION
public static final Class<? extends com.adobe.marketing.mobile.Extension> EXTENSION
-
-
Method Detail
-
extensionVersion
@NonNull public static String extensionVersion()
Returns the version of the Edge Bridge extension.- Returns:
- the version of the Edge Bridge extension
-
registerExtension
@Deprecated public static void registerExtension()
Deprecated.UseMobileCore.registerExtensions(List, AdobeCallback)withEXTENSIONinstead.Registers the Edge Bridge extension with the Mobile Core. This method should be called before callingMobileCore.start(AdobeCallback).
-
-