comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
ui
/
com.sorrowblue.comicviewer.framework.ui.saveable
Package-level
declarations
Functions
Functions
decode
To
Link copied to clipboard
inline
fun
<
T
:
Any
>
ByteArray
.
decodeTo
(
)
:
T
encode
To
Byte
Array
Link copied to clipboard
inline
fun
<
T
:
Any
>
T
.
encodeToByteArray
(
)
:
ByteArray
remember
List
Saveable
Link copied to clipboard
@
Composable
fun
<
T
:
Any
>
rememberListSaveable
(
vararg
inputs
:
Any
?
,
save
:
(
T
)
->
List
<
Any
?
>
,
restore
:
T
.
(
List
<
Any
?
>
)
->
Unit
,
init
:
(
)
->
T
)
:
T