Package | Description |
---|---|
com.salesforce.androidsdk.smartstore.app |
Modifier and Type | Method and Description |
---|---|
KeyValueEncryptedFileStore |
SmartStoreSDKManager.getGlobalKeyValueStore(java.lang.String storeName)
Get global key value store with given name
|
KeyValueEncryptedFileStore |
SmartStoreSDKManager.getKeyValueStore(java.lang.String storeName)
Get key value store with given name for current user
|
KeyValueEncryptedFileStore |
SmartStoreSDKManager.getKeyValueStore(java.lang.String storeName,
UserAccount account)
Get key value store with given name for given user
|
KeyValueEncryptedFileStore |
SmartStoreSDKManager.getKeyValueStore(java.lang.String storeName,
UserAccount account,
java.lang.String communityId)
Get key value store with given name for given user / community
|