kotlin-sdk
android
/
com.amplitude.android.utilities
/
AndroidKVS
Android
KVS
class
AndroidKVS
(
sharedPreferences
:
SharedPreferences
)
:
KeyValueStore
Content copied to clipboard
Functions
Functions
get
Long
Link copied to clipboard
open
override
fun
getLong
(
key
:
String
,
defaultVal
:
Long
)
:
Long
Content copied to clipboard
put
Long
Link copied to clipboard
open
override
fun
putLong
(
key
:
String
,
value
:
Long
)
:
Boolean
Content copied to clipboard