GADInAppPurchaseStatus
enum GADInAppPurchaseStatus : IntEnum of the different statuses resulting from processing a purchase.
-
< Error occurred while processing the purchase.
Declaration
Swift
case error = 0 -
< Purchase was completed successfully.
Declaration
Swift
case successful = 1 -
< Purchase was cancelled by the user.
Declaration
Swift
case cancel = 2 -
< Error occurred while looking up the product.
Declaration
Swift
case invalidProduct = 3