Sync
-
ObjectBox Sync makes data available on other devices (check the link for details). This class is the point of entry for Sync, e.g. create a sync client using
See moreSync.makeClient(store, urlString)
.Declaration
Swift
public class Sync
-
Main API for client sync; create an instance via Sync.makeClient(). The sync client will start trying to connect after start() is called.
See moreDeclaration
Swift
public protocol SyncClient : AnyObject
-
Credentials for authenticating the client when connecting to a sync server/peer. E.g. use
See moreSyncCredentials.makeSharedSecret(secret)
.Declaration
Swift
public class SyncCredentials