DittoSubscription

public class DittoSubscription

Used to subscribe to receive updates from remote peers about matching documents.

While DITSubscription objects remain in scope they ensure that documents in the collection specified and that match the query provided will try to be kept up-to-date with the latest changes from remote peers.

  • The query that the subscription is based on.

    Declaration

    Swift

    public var query: String { get }
  • The name of the collection that the subscription is based on.

    Declaration

    Swift

    public var collectionName: DittoCollectionName { get }