toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.database.domain
/
PrefDb
Pref
Db
interface
PrefDb
Members
Functions
create
Or
Update
Link copied to clipboard
abstract
fun
createOrUpdate
(
key
:
String
,
value
:
String
)
get
Pref
Link copied to clipboard
abstract
fun
getPref
(
key
:
String
)
:
String
?
abstract
fun
getPref
(
key
:
String
,
defaultValue
:
String
)
:
String