Method SetApplePromotionalPurchaseInterceptorCallback
SetApplePromotionalPurchaseInterceptorCallback(Action<Product>)
Stores a callback that will be called when the user attempts a promotional purchase (directly from the Apple App Store) on iOS or tvOS.
If the callback is set, you must call IAppleExtensions.ContinuePromotionalPurchases() inside it in order to continue the intercepted purchase(s).
Declaration
void SetApplePromotionalPurchaseInterceptorCallback(Action<Product> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<Product> | callback |