PFProductType
Objective-C
enum PFProductType {}
Swift
enum PFProductType : Int
Enum of product types
-
Subscription type product
Declaration
Objective-C
PFSubscriptionSwift
case subscription = 0 -
One time purchase type product
Declaration
Objective-C
PFConsumableSwift
case consumable = 1
View on GitHub
PFProductType Enumeration Reference