Protocols

The following protocols are available globally.

  • Delegate for PFPurchase responsible for handling updating your app’s state in response to updated groups info or promotional product purchases.

    Note

    Delegate methods can be called at any time after the delegate is set
    See more

    Declaration

    Objective-C

    @protocol PFPurchaseDelegate <NSObject>

    Swift

    protocol PFPurchaseDelegate : NSObjectProtocol