KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
keyvalue
/
com.michaelflisar.kotpreferences.storage.keyvalue
/
KeyValue
Key
Value
data
class
KeyValue
(
val
key
:
String
,
val
value
:
String
)
Data class representing a key-value pair. Values may span multiple lines.
Members
Constructors
Key
Value
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String