GADInAppPurchaseStatus
enum GADInAppPurchaseStatus {}Enum of the different statuses resulting from processing a purchase.
-
< Error occurred while processing the purchase.
Declaration
Objective-C
kGADInAppPurchaseStatusError = 0 -
< Purchase was completed successfully.
Declaration
Objective-C
kGADInAppPurchaseStatusSuccessful = 1 -
< Purchase was cancelled by the user.
Declaration
Objective-C
kGADInAppPurchaseStatusCancel = 2 -
< Error occurred while looking up the product.
Declaration
Objective-C
kGADInAppPurchaseStatusInvalidProduct = 3