extensionVersion()
API returns the version of the Lifecycle extension that is registered with the Mobile Core extension.lifecycleStart
method call must be made in native code which is shown under the Android and iOS tabs.LifecycleStart
method call must be made from the OnApplicationPause
method.LifecycleStart
method call must be made from the OnActivated
method.LifecycleStart
method call must be made from the OnResume
method.lifecyclePause
method call must be made in native code which is shown under the Android and iOS tabs.LifecyclePause
method call must be made from the OnApplicationPause
method.LifecyclePause
method call must be made from the OnResignActivation
method.LifecyclePause
method call must be made from the OnPause
method.