StartupDelegate

class StartupDelegate<S : Startup>(type: StartupType, val priority: Int, factory: () -> S, args: Array<Any?>) : ReadOnlyProperty<Any?, Startup>

Constructors

Link copied to clipboard
constructor(type: StartupType, priority: Int, factory: () -> S, args: Array<Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun destroyStartup(context: Context, before: Boolean)
Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): S
Link copied to clipboard
fun initStartup(context: Context, later: Boolean)
suspend fun initStartup(scope: CoroutineScope, context: Context, later: Boolean)
Link copied to clipboard
open override fun toString(): String