PFPurchaseDelegate

Objective-C

@protocol PFPurchaseDelegate <NSObject>

Swift

protocol PFPurchaseDelegate : NSObjectProtocol

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