Classes

The following classes are available globally.

  • This is the ‘advanced’ view of live query subscriptions. It allows you to customize your subscriptions to a live query server, have connections to multiple servers, cleanly handle disconnect and reconnect.

    See more

    Declaration

    Swift

    @objc(PFLiveQueryClient)
    open class Client : NSObject
    extension Client: WebSocketDelegate
  • Represents an update on a specific object from the live query server.

    See more

    Declaration

    Swift

    @objc
    open class PFLiveQueryEvent : NSObject
  • A default implementation of the SubscriptionHandling protocol, using closures for callbacks.

    See more

    Declaration

    Swift

    open class Subscription<T> : SubscriptionHandling