PFLiveQueryEvent

@objc
open class PFLiveQueryEvent : NSObject

Represents an update on a specific object from the live query server.

  • Type of the event.

    Declaration

    Swift

    @objc
    public let type: PFLiveQueryEventType
  • Object this event is for.

    Declaration

    Swift

    @objc
    public let object: PFObject