-
public class AppStartTimeProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AppStartTimeProvider.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetAppStartTime(Long onCreateTime)Returns the timestamp of app's process creation (the earliest possible moment) -
-
Method Detail
-
getAppStartTime
final Long getAppStartTime(Long onCreateTime)
Returns the timestamp of app's process creation (the earliest possible moment)
- Parameters:
onCreateTime- timestamp of android.app.Application.onCreate invocation in millis
-
-
-
-