PFProductType

Objective-C

enum PFProductType {}

Swift

enum PFProductType : Int

Enum of product types

  • Subscription type product

    Declaration

    Objective-C

    PFSubscription

    Swift

    case subscription = 0
  • One time purchase type product

    Declaration

    Objective-C

    PFConsumable

    Swift

    case consumable = 1