SKPaymentTransactionObserver.RestoreCompletedTransactionsFailedWithError Method

Definition

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

error
NSError
Attributes

Applies to