Package 

Interface AppStartupTimeTracker.Listener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onColdStartupTimeIsReady(Long startupTime, Activity firstActivity, Boolean isActualColdStart) Called when the app cold startup time is ready
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onColdStartupTimeIsReady

        @UiThread() abstract Unit onColdStartupTimeIsReady(Long startupTime, Activity firstActivity, Boolean isActualColdStart)

        Called when the app cold startup time is ready

        Parameters:
        startupTime - app' cold startup time in milliseconds
        firstActivity - instance of the first activity launched after the app starts
        isActualColdStart - the flag informs if the real cold start was detected.