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 Sync.makeClient(store, urlString).

    See more

    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 more

    Declaration

    Swift

    public protocol SyncClient : AnyObject
  • Credentials for authenticating the client when connecting to a sync server/peer. E.g. use SyncCredentials.makeSharedSecret(secret).

    See more

    Declaration

    Swift

    public class SyncCredentials