xamarinwatchos
namespace StoreKit
{
    [Introduced(PlatformName.WatchOS, 6, 2, PlatformArchitecture.All, null)]
    [Protocol(Name = "SKPaymentTransactionObserver", WrapperType = typeof(SKPaymentTransactionObserverWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdatedTransactions", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SKPaymentQueue), typeof(SKPaymentTransaction[]) }, Selector = "paymentQueue:updatedTransactions:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RemovedTransactions", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SKPaymentQueue), typeof(SKPaymentTransaction[]) }, Selector = "paymentQueue:removedTransactions:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreCompletedTransactionsFailedWithError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SKPaymentQueue), typeof(NSError) }, Selector = "paymentQueue:restoreCompletedTransactionsFailedWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreCompletedTransactionsFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKPaymentQueue) }, Selector = "paymentQueueRestoreCompletedTransactionsFinished:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdatedDownloads", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SKPaymentQueue), typeof(SKDownload[]) }, Selector = "paymentQueue:updatedDownloads:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidChangeStorefront", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SKPaymentQueue) }, Selector = "paymentQueueDidChangeStorefront:")]
    public interface ISKPaymentTransactionObserver : INativeObject, IDisposable
}
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙