| Package | Description |
|---|---|
| crossmobile.ios.storekit |
| Class and Description |
|---|
| SKPayment
SKPayment class defines an object that represents the payment process of App
Store's items provided by the application.
|
| SKPaymentQueue
SKPaymentQueue class defines a queue for the App Store's payment transactions
of the application.
|
| SKPaymentTransaction
SKPaymentTransaction class defines an object that represents payment
transaction objects of the payment queue.
|
| SKPaymentTransactionObserver
SKPaymentTransactionObserver class defines an object that is responsible for
handling transactions that are removed or updated within the queue.
|
| SKProduct
SKProduct class defines an object that represents a product of the App Store.
|
| SKProductsRequest
SKProductsRequest class defines an object that is used in order to request
local information about products of the App Store.
|
| SKProductsRequestDelegate
SKProductsRequestDelegate interface is the delegate that is responsible for
handling operations related to SKProductsRequest objects.
|
| SKProductsResponse
SKProductsResponse class represents the list response that is returned by the
Apple Store after a request of list of products.
|
| SKRequest
SKRequest abstract class defines methods for handling requests send to the
App Store.
|
| SKRequestDelegate
SKRequestDelegate interface is the delegate responsible to
collaborate with SKRequest objects.
|
Copyright © 2020. All rights reserved.