SimpleApplication

通过 Simple 工厂构建可得的 Application 实现类型。

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard
abstract val botManagers: BotManagers
Link copied to clipboard
abstract val components: Components
Link copied to clipboard
abstract override val coroutineContext: CoroutineContext
Link copied to clipboard
Link copied to clipboard
abstract val isActive: Boolean
Link copied to clipboard
abstract val isCompleted: Boolean
Link copied to clipboard
abstract val plugins: Plugins

Inherited functions

Link copied to clipboard
open fun cancel()
abstract fun cancel(reason: Throwable?)
Link copied to clipboard
abstract suspend fun join()
Link copied to clipboard
abstract fun onCompletion(handle: OnCompletion)