| Package | Description |
|---|---|
| com.codename1.cloud |
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted
easily.
|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.io.services |
Default WebService implementations
|
| com.codename1.payment |
In-App Billing/Purchase API's are abstracted by this package.
|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudObject
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessToken
This class represent an access token.
|
class |
Cookie
A cookie for an HTTP request
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.register(Externalizable e)
Registers this externalizable so readObject will be able to load such objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedData
Cached data class for use with the cached data service
|
| Modifier and Type | Class and Description |
|---|---|
class |
Receipt
Encapsulates a receipt for an in-app purchase.
|
| Modifier and Type | Method and Description |
|---|---|
Externalizable |
PropertyIndex.asExternalizable()
Returns an externalizable object for serialization of this business object, unlike regular
externalizables this implementation is robust to changes, additions and removals of
properties
|
Copyright © 2021. All rights reserved.