SKPaymentTransactionObserver.RestoreCompletedTransactionsFailedWithError 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
還原交易時發生錯誤時呼叫的方法。
[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
參數
- queue
- SKPaymentQueue
- error
- NSError
- 屬性