SKPaymentTransactionObserver.RestoreCompletedTransactionsFailedWithError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when an error occurs while restoring transactions.
[Foundation.Export("paymentQueue:restoreCompletedTransactionsFailedWithError:")]
public virtual void RestoreCompletedTransactionsFailedWithError (StoreKit.SKPaymentQueue queue, Foundation.NSError error);
abstract member RestoreCompletedTransactionsFailedWithError : StoreKit.SKPaymentQueue * Foundation.NSError -> unit
override this.RestoreCompletedTransactionsFailedWithError : StoreKit.SKPaymentQueue * Foundation.NSError -> unit
Parameters
- queue
- SKPaymentQueue
- error
- NSError
- Attributes