Share via


SKPaymentTransactionObserver.RestoreCompletedTransactionsFailedWithError Method

Definition

Method that is called when an error occurs while restoring transactions.

[Foundation.Export("paymentQueue:restoreCompletedTransactionsFailedWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RestoreCompletedTransactionsFailedWithError(StoreKit.SKPaymentQueue queue, Foundation.NSError error);
[<Foundation.Export("paymentQueue:restoreCompletedTransactionsFailedWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RestoreCompletedTransactionsFailedWithError : StoreKit.SKPaymentQueue * Foundation.NSError -> unit
override this.RestoreCompletedTransactionsFailedWithError : StoreKit.SKPaymentQueue * Foundation.NSError -> unit

Parameters

error
NSError

Implements

Attributes

Applies to