Startup

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun destroy(context: Context, args: StartupArgs)
Link copied to clipboard
open fun destroyBefore(context: Context, args: StartupArgs)
Link copied to clipboard
abstract fun init(context: Context, args: StartupArgs)
abstract suspend fun init(scope: CoroutineScope, context: Context, args: StartupArgs)
Link copied to clipboard
abstract fun initLater(context: Context, args: StartupArgs)
abstract suspend fun initLater(scope: CoroutineScope, context: Context, args: StartupArgs)
Link copied to clipboard
open override fun toString(): String