-
public interface AppStartupTimeTracker.ListenerListener to be invoked when the app's startup time is ready
-
-
Method Summary
Modifier and Type Method Description abstract UnitonColdStartupTimeIsReady(Long startupTime, Activity firstActivity, Boolean isActualColdStart)Called when the app cold startup time is ready -
-
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 millisecondsfirstActivity- instance of the first activity launched after the app startsisActualColdStart- the flag informs if the real cold start was detected.
-
-
-
-