| Package | Description |
|---|---|
| crossmobile.ios.storekit |
| Modifier and Type | Class and Description |
|---|---|
class |
SKMutablePayment
SKMutablePayment class defines an object that represents a request to the App
Store for completion of a payment process.
|
| Modifier and Type | Method and Description |
|---|---|
SKPayment |
SKPaymentTransaction.payment()
Returns the SKPayment object associated to this payment transaction.
|
static SKPayment |
SKPayment.paymentWithProduct(SKProduct product)
Returns a new SKPayment object for the specified product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SKPaymentQueue.addPayment(SKPayment payment)
Adds the specified payment request to the queue.
|
Copyright © 2020. All rights reserved.