| Package | Description |
|---|---|
| com.codename1.payment |
In-App Billing/Purchase API's are abstracted by this package.
|
| Modifier and Type | Method and Description |
|---|---|
Receipt |
Purchase.getFirstReceiptExpiringAfter(Date dt,
String... skus)
Gets the first receipt that expires after the specified date for the provided
skus.
|
Receipt[] |
Purchase.getReceipts(String... skus)
Gets all of the receipts for the specified skus.
|
| Modifier and Type | Method and Description |
|---|---|
List<Receipt> |
Purchase.getPendingPurchases()
Gets a list of purchases that haven't yet been sent to the server.
|
List<Receipt> |
Purchase.getReceipts()
Gets all of the receipts for this app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiptStore.submitReceipt(Receipt receipt,
SuccessCallback<Boolean> callback)
Submits a receipt to the data source.
|
Copyright © 2021. All rights reserved.