App Launch
Track app launch (cold/warm) and mark launch end in KMP.
Enable app launch tracking
APMKmp.setAppLaunchEnabled(true)APMKmp.setColdAppLaunchEnabled(true)Mark end of app launch
APMKmp.endAppLaunch()Last updated