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