Classes
The following classes are available globally.
-
Discount! This represents discount from PurchaseFly
See moreDeclaration
Objective-C
@interface PFDiscount : NSObjectSwift
class PFDiscount : NSObject -
Contains information about the product group. This has all necessary information about the subscription status.
See moreDeclaration
Objective-C
@interface PFGroup : NSObjectSwift
class PFGroup : NSObject -
Contains information about all product groups and purchased products.
See moreDeclaration
Objective-C
@interface PFGroupsInfo : NSObjectSwift
class PFGroupsInfo : NSObject -
Package info has all necessary information of the package. Package’s active status, active product, expiration date, transaction ID
See moreDeclaration
Objective-C
@interface PFPackageInfo : NSObjectSwift
class PFPackageInfo : NSObject -
Product! This represents product from PurchaseFly
See moreDeclaration
Objective-C
@interface PFProduct : NSObjectSwift
class PFProduct : NSObject -
PFPurchaseis the entry point for PurchaseFly.framework. It should be instantiated as soon as app starts.See moreWarning
Only one instance of PFPurchase should be instantiated at a time! Use the configure method to let the framework handle the singleton instance for you.Declaration
Objective-C
@interface PFPurchase : NSObjectSwift
class PFPurchase : NSObject -
Contains information about transaction that takes place after purchase.
See moreDeclaration
Objective-C
@interface PFTransaction : NSObjectSwift
class PFTransaction : NSObject -
Contains information about the user that is being tracked for the lifetime of the application.
See moreDeclaration
Objective-C
@interface PFUserInfo : NSObjectSwift
class PFUserInfo : NSObject
View on GitHub
Classes Reference