SplashScreenCoordinator

class SplashScreenCoordinator

A coordinator for the splash screen. The splash screen coordinator can be used to determine whether a splash screen should be dismissed. Once the splash screen should be dismissed, the coordinator will never return that the splash screen should be shown again.

Constructors

Link copied to clipboard
fun SplashScreenCoordinator()

Properties

Link copied to clipboard
val splashScreenDismissed: LiveData<Boolean>

Whether the splash screen is dismissed.