Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.url-image
/
love.yinlin.startup
/
StartupUrlImage
Startup
Url
Image
@
StartupFetcher
(
index
=
0
,
name
=
"cachePath"
,
returnType
=
Path::class
,
nullable
=
true
)
@
StartupArg
(
index
=
1
,
name
=
"maxCacheSize/MB"
,
type
=
Int::class
)
@
StartupArg
(
index
=
2
,
name
=
"imageQuality"
,
type
=
ImageQuality::class
)
@
Stable
class
StartupUrlImage
:
SyncStartup
Members
Constructors
Startup
Url
Image
Link copied to clipboard
constructor
(
)
Properties
error
Scope
Link copied to clipboard
val
errorScope
:
Nothing
Functions
clear
Cache
Link copied to clipboard
fun
clearCache
(
)
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