Package | Description |
---|---|
com.salesforce.androidsdk.smartstore.store |
Modifier and Type | Class and Description |
---|---|
class |
AlterSoupLongOperation
Class taking care of alter soup
Two entry points:
- new AlterSoupLongOperation(...) + run() => when asked to alterSoup in SmartStore
- LongOperation.getOperation(...) + run() => when completing interrupted long operations when opening the database
|
Modifier and Type | Method and Description |
---|---|
LongOperation[] |
SmartStore.getLongOperations() |
LongOperation |
LongOperation.LongOperationType.getOperation(SmartStore store,
long rowId,
JSONObject details,
java.lang.String status) |