Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.startup
/
love.yinlin.foundation
/
StartupDelegate
Startup
Delegate
class
StartupDelegate
<
S
:
Startup
>
(
type
:
StartupType
,
val
priority
:
Int
,
factory
:
(
)
->
S
,
args
:
Array
<
Any
?
>
)
:
ReadOnlyProperty
<
Any
?
,
Startup
>
Members
Constructors
Startup
Delegate
Link copied to clipboard
constructor
(
type
:
StartupType
,
priority
:
Int
,
factory
:
(
)
->
S
,
args
:
Array
<
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Async
Link copied to clipboard
val
isAsync
:
Boolean
is
Sync
Link copied to clipboard
val
isSync
:
Boolean
priority
Link copied to clipboard
val
priority
:
Int
Functions
destroy
Startup
Link copied to clipboard
fun
destroyStartup
(
context
:
Context
,
before
:
Boolean
)
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
S
init
Startup
Link copied to clipboard
fun
initStartup
(
context
:
Context
,
later
:
Boolean
)
suspend
fun
initStartup
(
scope
:
CoroutineScope
,
context
:
Context
,
later
:
Boolean
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String