PFQuery

  • Register this PFQuery for updates with Live Queries. This uses the shared live query client, and creates a default subscription handler for you.

    Declaration

    Swift

    @objc(subscribe)
    public func _PF_objc_subscribe() -> ObjCCompat.Subscription

    Return Value

    The created subscription for observing.