Uses of Interface
io.objectbox.sync.listener.SyncLoginListener
-
Packages that use SyncLoginListener Package Description io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.listener -
-
Uses of SyncLoginListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncLoginListener Modifier and Type Field Description (package private) SyncLoginListenerSyncBuilder. loginListenerprivate SyncLoginListenerSyncClientImpl. loginListenerMethods in io.objectbox.sync with parameters of type SyncLoginListener Modifier and Type Method Description SyncBuilderSyncBuilder. 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.listener Modifier and Type Interface Description interfaceSyncListenerThis listener has callback methods invoked by all fundamental synchronization events.Classes in io.objectbox.sync.listener that implement SyncLoginListener Modifier and Type Class Description classAbstractSyncListenerASyncListenerwith empty implementations of all interface methods.
-