Storage.Batch| Constructor and Description |
|---|
AndroidStorage(AndroidPlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
String |
getItem(String key) |
boolean |
isPersisted() |
Iterable<String> |
keys() |
void |
removeItem(String key) |
void |
setItem(String key,
String data) |
Storage.Batch |
startBatch() |
public AndroidStorage(AndroidPlatform platform)
public void setItem(String key, String data) throws RuntimeException
setItem in interface StorageRuntimeExceptionpublic void removeItem(String key)
removeItem in interface Storagepublic Storage.Batch startBatch()
startBatch in interface Storagepublic boolean isPersisted()
isPersisted in interface StorageCopyright © 2017. All Rights Reserved.