I'm trying to implement a splash screen using android 12 SplashScreen compat library. I want to fetch some data from API each time my app starts. So the splash screen should wait until the API calls finish. I found this splashScreen.setKeepVisibleCondition() function in docs, but don't know how to implement KeepScreenOnCondition. How can I make my splash screen to wait? Any help would be appreciated.