DittoSubscription
public class DittoSubscription
Used to subscribe to receive updates from remote peers about matching documents.
While DittoSubscription
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 }
-
Cancels the subscription and releases all associated resources.
Declaration
Swift
public func cancel()