Uses of Enum Class
io.objectbox.sync.SyncBuilder.RequestUpdatesMode
Packages that use SyncBuilder.RequestUpdatesMode
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncBuilder.RequestUpdatesMode in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncBuilder.RequestUpdatesModeModifier and TypeFieldDescription(package private) SyncBuilder.RequestUpdatesModeSyncBuilder.requestUpdatesModeMethods in io.objectbox.sync that return SyncBuilder.RequestUpdatesModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SyncBuilder.RequestUpdatesMode[]SyncBuilder.RequestUpdatesMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.objectbox.sync with parameters of type SyncBuilder.RequestUpdatesModeModifier and TypeMethodDescriptionSyncBuilder.requestUpdatesMode(SyncBuilder.RequestUpdatesMode requestUpdatesMode) Configure automatic sync updates from the server.