SplashScreenProvider

interface SplashScreenProvider

Provides the splash screen view. It's a view shown on startup that stays on the screen while all the FrontendCreationPolicy.CREATE_FRONTEND_AT_STARTUP frontends are being initialized. The behavior is bound to the SystemUiHost.isReadyToPresentSystemUi property.

Functions

Link copied to clipboard
abstract fun createSplashScreenView(splashScreenContainer: ViewGroup): View

Creates a new View to be used as a splash screen by the system UI.