Protocols
The following protocols are available globally.
-
Delegate for
PFPurchaseresponsible for handling updating your app’s state in response to updated groups info or promotional product purchases.See moreNote
Delegate methods can be called at any time after thedelegateis setDeclaration
Objective-C
@protocol PFPurchaseDelegate <NSObject>Swift
protocol PFPurchaseDelegate : NSObjectProtocol
View on GitHub
Protocols Reference