SimpleApplicationLauncher

interface SimpleApplicationLauncher : ApplicationLauncher<SimpleApplication>

针对 Simple 工厂构建 SimpleApplicationApplicationLauncher 实现。

Functions

Link copied to clipboard
abstract suspend fun launch(): SimpleApplication
Link copied to clipboard
open fun launchIn(scope: CoroutineScope): Async<SimpleApplication>
Link copied to clipboard