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
/
SyncStartup
Sync
Startup
abstract
class
SyncStartup
:
Startup
Members
Constructors
Sync
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
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
)
suspend override
fun
init
(
scope
:
CoroutineScope
,
context
:
Context
,
args
:
StartupArgs
)
:
Nothing
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