| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static PurchaseCallback |
CodenameOneImplementation.getPurchaseCallback()
Returns the purchase callback instance
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CodenameOneImplementation.setPurchaseCallback(PurchaseCallback pc)
Allows the system to register the purchase callback instance
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PendingPurchaseCallback
Callback interface that the main class may implement to be notified of pending purchases.
|
Copyright © 2023. All rights reserved.