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
/
Startup
Startup
abstract
class
Startup
Inheritors
AsyncStartup
FreeStartup
SyncStartup
Members
Constructors
Startup
Link copied to clipboard
constructor
(
)
Properties
error
Scope
Link copied to clipboard
val
errorScope
:
Nothing
Functions
destroy
Link copied to clipboard
open
fun
destroy
(
context
:
Context
,
args
:
StartupArgs
)
destroy
Before
Link copied to clipboard
open
fun
destroyBefore
(
context
:
Context
,
args
:
StartupArgs
)
init
Link copied to clipboard
abstract
fun
init
(
context
:
Context
,
args
:
StartupArgs
)
abstract
suspend
fun
init
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
init
Later
Link copied to clipboard
abstract
fun
initLater
(
context
:
Context
,
args
:
StartupArgs
)
abstract
suspend
fun
initLater
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String