End Screen Loading
API reference for ending screen loading measurement in Luciq. Pass the current view controller or activity to mark the screen as loaded.
APM.endScreenLoading(for viewController: self) // self here is a reference to a UIViewController[LCQAPM endScreenLoadingForViewController: self]; // self here is a reference to a UIViewControllerAPM.endScreenLoading(YourActivity.class);APM.endScreenLoading(Class<T> activityClass)APM.endScreenLoading();Last updated