Uses of Class
io.objectbox.sync.SyncState
-
Packages that use SyncState Package Description io.objectbox.sync 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 SyncState Modifier and Type Method Description static SyncStateSyncState. fromId(int id)SyncStateSyncClientImpl. getSyncState()Gets the current state of this sync client.static SyncStateSyncState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncState[]SyncState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-