| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Purchase |
CodenameOneImplementation.getInAppPurchase()
Returns the native OS purchase implementation if applicable, if not this
method will fallback to a cross platform purchase manager.
|
| Modifier and Type | Method and Description |
|---|---|
static Purchase |
Purchase.getInAppPurchase()
Returns the native OS purchase implementation if applicable, if unavailable this
method will try to fallback to a custom purchase implementation and failing that
will return null
|
static Purchase |
Purchase.getInAppPurchase(boolean d)
Deprecated.
use the version that takes no arguments
|
| Modifier and Type | Method and Description |
|---|---|
Purchase |
Display.getInAppPurchase()
Returns the native OS purchase implementation if applicable, if unavailable this
method will try to fallback to a custom purchase implementation and failing that
will return null
|
Purchase |
Display.getInAppPurchase(boolean d)
Deprecated.
use the version that accepts no arguments, the physical goods purchase is always
manual payment if applicable
|
Copyright © 2021. All rights reserved.