| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.payment |
In-App Billing/Purchase API's are abstracted by this package.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Class and Description |
|---|
| Purchase
Represents the status of in-app-purchase goods, this class provides information
about products purchased by a user as well as the ability to purchase additional
products.
|
| PurchaseCallback
Callback interface that the main class must implement in order for in-app-purchasing
to work.
|
| Class and Description |
|---|
| Product
Represents a product within the system
|
| PromotionalOffer
A marker interface representing a promotional offer for in-app purchase.
|
| Purchase
Represents the status of in-app-purchase goods, this class provides information
about products purchased by a user as well as the ability to purchase additional
products.
|
| PurchaseCallback
Callback interface that the main class must implement in order for in-app-purchasing
to work.
|
| Receipt
Encapsulates a receipt for an in-app purchase.
|
| ReceiptStore
Interface that can be implemented to provide store of receipts.
|
| Class and Description |
|---|
| Purchase
Represents the status of in-app-purchase goods, this class provides information
about products purchased by a user as well as the ability to purchase additional
products.
|
Copyright © 2023. All rights reserved.