PurchaseTrackerObserver
@objc
public protocol PurchaseTrackerObserver
The protocol for observers of changes to product purchase status
Note
@objc
only because of SR-55.
See
PurchaseValidator
-
Undocumented
Declaration
Swift
func purchaseStatusDidChange(productID: String, isPurchased: Bool)