KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
core
/
com.michaelflisar.kotpreferences.core.classes
/
StorageKey
Storage
Key
@
JvmInline
value
class
StorageKey
<
T
:
StorageDataType
>
(
val
data
:
Pair
<
String
,
T
>
)
Members
Constructors
Storage
Key
Link copied to clipboard
constructor
(
data
:
Pair
<
String
,
T
>
)
constructor
(
type
:
T
,
key
:
String
)
Properties
data
Link copied to clipboard
val
data
:
Pair
<
String
,
T
>
key
Link copied to clipboard
val
key
:
String
type
Link copied to clipboard
val
type
:
T