다음을 통해 공유


SKPaymentTransactionObserver.RestoreCompletedTransactionsFailedWithError 메서드

정의

트랜잭션을 복원하는 동안 오류가 발생할 때 호출되는 메서드입니다.

[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

매개 변수

error
NSError
특성

적용 대상