End Screen Loading
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