kotlin-sdk
id
/
com.amplitude.id.utilities
/
KeyValueStore
Key
Value
Store
interface
KeyValueStore
Content copied to clipboard
Key-value store interface
Functions
Inheritors
Functions
get
Long
Link copied to clipboard
abstract
fun
getLong
(
key
:
String
,
defaultVal
:
Long
)
:
Long
Content copied to clipboard
put
Long
Link copied to clipboard
abstract
fun
putLong
(
key
:
String
,
value
:
Long
)
:
Boolean
Content copied to clipboard
Inheritors
PropertiesFile
Link copied to clipboard