SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SmartStore
/
com.salesforce.androidsdk.smartstore.store
/
KeyValueStore
Key
Value
Store
interface
KeyValueStore
Inheritors
KeyValueEncryptedFileStore
MemCachedKeyValueStore
Members
Functions
contains
Link copied to clipboard
abstract
fun
contains
(
key
:
String
)
:
Boolean
count
Link copied to clipboard
abstract
fun
count
(
)
:
Int
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
:
Boolean
delete
Value
Link copied to clipboard
abstract
fun
deleteValue
(
key
:
String
)
:
Boolean
get
Store
Name
Link copied to clipboard
abstract
fun
getStoreName
(
)
:
String
get
Stream
Link copied to clipboard
abstract
fun
getStream
(
key
:
String
)
:
InputStream
get
Value
Link copied to clipboard
abstract
fun
getValue
(
key
:
String
)
:
String
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
key
Set
Link copied to clipboard
abstract
fun
keySet
(
)
:
Set
<
String
>
save
Stream
Link copied to clipboard
abstract
fun
saveStream
(
key
:
String
,
stream
:
InputStream
)
:
Boolean
save
Value
Link copied to clipboard
abstract
fun
saveValue
(
key
:
String
,
value
:
String
)
:
Boolean