Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.os
/
love.yinlin.startup
/
StartupOS
Startup
OS
@
StartupArg
(
index
=
0
,
name
=
"appName"
,
type
=
String::class
)
class
StartupOS
:
SyncStartup
Members
Constructors
Startup
OS
Link copied to clipboard
constructor
(
)
Properties
application
Link copied to clipboard
lateinit
var
application
:
OSApplication
error
Scope
Link copied to clipboard
val
errorScope
:
Nothing
net
Link copied to clipboard
lateinit
var
net
:
OSNet
storage
Link copied to clipboard
lateinit
var
storage
:
OSStorage
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
suspend override
fun
init
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
:
Nothing
open
override
fun
init
(
context
:
Context
,
args
:
StartupArgs
)
init
Later
Link copied to clipboard
open
override
fun
initLater
(
context
:
Context
,
args
:
StartupArgs
)
suspend override
fun
initLater
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
:
Nothing
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String