ApplicationScope

@Stable
sealed interface ApplicationScope

Scope used by application, awaitApplication and launchApplication.

Properties

Link copied to clipboard
abstract val recomposer: Recomposer

The Recomposer driving this application's composition, and every window, dialog and tray declared in it.

Functions

Link copied to clipboard
abstract fun exitApplication()

Close all windows created inside the application and cancel all launched effects (they launch via androidx.compose.runtime.LaunchedEffect and androidx.compose.runtime.rememberCoroutineScope).