HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Enable or Disable Screen Loading

Instabug automatically captures data about your screen loading time. You can alter that using the following APIs.

APM.screenLoadingEnabled = false
IBGAPM.screenLoadingEnabled = NO;
APM.setScreenLoadingEnabled(boolean disabled);
APM.setScreenLoadingEnabled(boolean disabled)