java.lang.Object | |
↳ | com.kinvey.android.offline.OfflineSettings |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BATCH_SIZE_PREFERENCE | ||||||||||
String | COLLECTION_NAME_SET | ||||||||||
String | NEEDS_SYNC_PREFERENCE | ||||||||||
String | PSUEDO_LOCK | ||||||||||
String | REQUIRE_WIFI_PREFERENCE | ||||||||||
String | STAGGER_TIME_PREFERENCE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getBatchSize() | ||||||||||
Set<String> | getCollectionSet() | ||||||||||
static OfflineSettings | getInstance(Context context) | ||||||||||
long | getStaggerTime() | ||||||||||
boolean | isNeedsSync() | ||||||||||
boolean | isPsuedoLock() | ||||||||||
boolean | isRequireWIFI() | ||||||||||
void | savePreferences() | ||||||||||
OfflineSettings | setBatchSize(int batchSize) | ||||||||||
OfflineSettings | setCollectionSet(Set<String> collectionSet) | ||||||||||
OfflineSettings | setNeedsSync(boolean needsSync) | ||||||||||
OfflineSettings | setPsuedoLock(boolean lockIt) | ||||||||||
OfflineSettings | setRequireWIFI(boolean requireWIFI) | ||||||||||
OfflineSettings | setStaggerTime(long staggerTime) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |