reportFullyDrawn method

void reportFullyDrawn()

Reports to the Flurry Cold Start metrics that your app is now fully drawn.

Android Only. This is only used to help measuring application launch times, so that the app can report when it is fully in a usable state similar to android.app.Activity#reportFullyDrawn

Implementation

void reportFullyDrawn() {
  performanceAgent?.reportFullyDrawn();
}