Uses of Enum Class
io.objectbox.sync.SyncState
Packages that use SyncState
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncState in io.objectbox.sync
Methods in io.objectbox.sync that return SyncStateModifier and TypeMethodDescriptionstatic SyncStateSyncState.fromId(int id) SyncClientImpl.getSyncState()Gets the current state of this sync client.static SyncStateReturns the enum constant of this class with the specified name.static SyncState[]SyncState.values()Returns an array containing the constants of this enum class, in the order they are declared.