| Package | Description |
|---|---|
| crossmobile.ios.storekit |
| Modifier and Type | Method and Description |
|---|---|
static SKPaymentTransaction |
StoreDrill.newSKPaymentTransaction(int state,
String productIdentifier,
String transactionIdentifier,
NSDate transactionDate,
byte[] requestData,
byte[] transactionReceipt,
String errorTxt) |
SKPaymentTransaction |
SKPaymentTransaction.originalTransaction()
Returns a restored by App Store transaction.
|
| Modifier and Type | Method and Description |
|---|---|
List<SKPaymentTransaction> |
SKPaymentQueue.transactions()
Returns the list of the transactions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SKPaymentQueue.finishTransaction(SKPaymentTransaction transaction)
Finishes the specified payment transaction.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SKPaymentTransactionObserver.removedTransactions(SKPaymentQueue queue,
List<SKPaymentTransaction> transactions)
It is used when one or more transactions have been removed from the
queue.
|
void |
SKPaymentTransactionObserver.updatedTransactions(SKPaymentQueue queue,
List<SKPaymentTransaction> transactions)
It is used when one or more transactions of the queue have been updated.
|
Copyright © 2020. All rights reserved.