Uses of Interface
io.objectbox.sync.listener.SyncLoginListener
Packages that use SyncLoginListener
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncLoginListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncLoginListenerModifier and TypeFieldDescription(package private) SyncLoginListenerSyncBuilder.loginListenerprivate SyncLoginListenerSyncClientImpl.loginListenerMethods in io.objectbox.sync with parameters of type SyncLoginListenerModifier and TypeMethodDescriptionSyncBuilder.loginListener(SyncLoginListener loginListener) Sets a listener to only observe Sync login events.voidSyncClient.setSyncLoginListener(SyncLoginListener listener) Sets a listener to observe login events.voidSyncClientImpl.setSyncLoginListener(SyncLoginListener listener) -
Uses of SyncLoginListener in io.objectbox.sync.listener
Subinterfaces of SyncLoginListener in io.objectbox.sync.listenerModifier and TypeInterfaceDescriptioninterfaceThis listener has callback methods invoked by all fundamental synchronization events.Classes in io.objectbox.sync.listener that implement SyncLoginListenerModifier and TypeClassDescriptionclassASyncListenerwith empty implementations of all interface methods.