Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.api
/
PersistedDataHolder
Persisted
Data
Holder
interface
PersistedDataHolder
Members
Functions
get
Data
Link copied to clipboard
abstract
fun
<
T
>
getData
(
key
:
String
,
clazz
:
Class
<
T
>
)
:
T
?
has
Data
Link copied to clipboard
abstract
fun
hasData
(
key
:
String
)
:
Boolean
remove
Data
Link copied to clipboard
abstract
fun
removeData
(
key
:
String
)
set
Data
Link copied to clipboard
abstract
fun
setData
(
key
:
String
,
value
:
Any
)