| Package | Description |
|---|---|
| com.codename1.payment |
In-App Billing/Purchase API's are abstracted by this package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplePromotionalOffer
Encapsulates a promotional offer for use with in-app-purchase in Apple's App store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Purchase.purchase(String sku,
PromotionalOffer promotionalOffer)
Begins the purchase process for the given SKU using a provided promotional offer.
|
void |
Purchase.subscribe(String sku,
PromotionalOffer promotionalOffer)
Begins subscribe process for the given subscription SKU using a provided promotional offer.
|
Copyright © 2023. All rights reserved.