fullyDrawnTime property

Duration? fullyDrawnTime
getter/setter pair

The time from app start to reaching the developer-reported "fully drawn" time.

This is only stored if the app includes a call to Activity.reportFullyDrawn(). See https://developer.android.com/topic/performance/launch-time.html#time-full

Optional.

Implementation

Duration? fullyDrawnTime;