Class 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) and MobileCore.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's contextdata to an XDM schema using Data Prep for Data Collection.
    • 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.
        Use MobileCore.registerExtensions(List, AdobeCallback) with EXTENSION instead.
        Registers the Edge Bridge extension with the Mobile Core. This method should be called before calling MobileCore.start(AdobeCallback).