Package com.adobe.marketing.mobile
Class Lifecycle
- java.lang.Object
-
- com.adobe.marketing.mobile.Lifecycle
-
public class Lifecycle extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringextensionVersion()Returns the version of theLifecycleextensionstatic voidregisterExtension()Deprecated.as of 2.0.0, useMobileCore.registerExtensions(List, AdobeCallback)withEXTENSIONinstead.
-
-
-
Field Detail
-
EXTENSION
public static final Class<? extends com.adobe.marketing.mobile.Extension> EXTENSION
-
-
Method Detail
-
extensionVersion
public static String extensionVersion()
Returns the version of theLifecycleextension- Returns:
- The version as
String
-
registerExtension
@Deprecated public static void registerExtension()
Deprecated.as of 2.0.0, useMobileCore.registerExtensions(List, AdobeCallback)withEXTENSIONinstead.Registers the extension with the Mobile SDK. This method should be called only once in your application class.
-
-