Uses of Interface
io.objectbox.sync.listener.SyncListener
Packages that use SyncListener
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncListenerMethods in io.objectbox.sync with parameters of type SyncListenerModifier and TypeMethodDescriptionSyncBuilder.listener(SyncListener listener) Sets a listener to observe all Sync events like login or sync completion.voidSyncClient.setSyncListener(SyncListener listener) Sets a listener to observe all Sync events.voidSyncClientImpl.setSyncListener(SyncListener listener) -
Uses of SyncListener in io.objectbox.sync.listener
Classes in io.objectbox.sync.listener that implement SyncListenerModifier and TypeClassDescriptionclassASyncListenerwith empty implementations of all interface methods.