| Type | Reason |
|---|---|
| ISKPaymentTransactionObserver | Interface representing the required methods (if any) of the protocol StoreKit.SKPaymentTransactionObserver. |
| ISKProductsRequestDelegate | Interface representing the required methods (if any) of the protocol StoreKit.SKProductsRequestDelegate. |
| ISKRequestDelegate | Interface representing the required methods (if any) of the protocol StoreKit.SKRequestDelegate. |
| ISKStoreProductViewControllerDelegate | Interface representing the required methods (if any) of the protocol StoreKit.SKStoreProductViewControllerDelegate. |
| SKDownload | An StoreKit.SKDownload encapsulates downloadable content associated with a product. |
| SKDownloadState | An enumeration whose values specify the state of an StoreKit.SKDownload object. Used with the StoreKit.SKDownload.DownloadState property. |
| SKError | An enumeration whose values specify various errors relating to StoreKit. |
| SKMutablePayment | A subclass of StoreKit.SKMutablePayment that can be modified prior to its addition to the payment queue. |
| SKPayment | Request to process a payment. |
| SKPaymentQueue | Defines a queue of payment transactions. |
| SKPaymentTransaction | Represents the payments on the pending queue. |
| SKPaymentTransactionObserver | Base class used to receive notifications from the SKPaymentQueue. |
| SKPaymentTransactionObserver_Extensions | Extension methods to the StoreKit.ISKPaymentTransactionObserver interface to support all the methods from the StoreKit.SKPaymentTransactionObserver protocol. |
| SKPaymentTransactionState | Transaction state. |
| SKProduct | Represents a product in the AppStore. |
| SKProductsRequest | An object used to request information about products from the AppStore, derived from SKRequest. |
| SKProductsRequestDelegate | Class type used to receive notifications from the SKProductsRequest. |
| SKProductsRequestResponseEventArgs | Provides data for the StoreKit.SKProductsRequestResponseEventArgs.ReceivedResponse event. |
| SKProductsResponse | Object returned by the AppStore in respose to a request for information on a list of products. |
| SKReceiptProperties | Defines test properties for the StoreKit.SKReceiptRefreshRequest(Foundation.NSDictionary) constructor. |
| SKReceiptRefreshRequest | Allows an app to refresh its receipt in case the original is missing or invalid. |
| SKRequest | Abstract class used to request data from the AppStore. |
| SKRequestDelegate | Class used to receive notifications from SKRequest calls. |
| SKRequestDelegate_Extensions | Extension methods to the StoreKit.ISKRequestDelegate interface to support all the methods from the StoreKit.SKRequestDelegate protocol. |
| SKRequestErrorEventArgs | Provides data for the StoreKit.SKRequestErrorEventArgs.RequestFailed and StoreKit.SKRequestErrorEventArgs.RequestFailed events. |
| SKStoreProductParameterKey | Encapsulates the iTunes identifier for the item that the store should display when the application is displaying a StoreKit.SKStoreProductViewController. |
| SKStoreProductViewController | A subclass of UIKit.UIViewController that presents a store allowing the application user to purchase an item from the App Store. |
| SKStoreProductViewControllerDelegate | A delegate object that allows the application developer to customize the behavior of a StoreKit.SKStoreProductViewController. |
| SKStoreProductViewControllerDelegate_Extensions | Extension methods to the StoreKit.ISKStoreProductViewControllerDelegate interface to support all the methods from the StoreKit.SKStoreProductViewControllerDelegate protocol. |
| StoreProductParameters | A subclass of Foundation.DictionaryContainer that specifies, when passed to StoreKit.SKStoreProductViewController.LoadProduct, specifies the product to be displayed. |