Interface | Description |
---|---|
CrashReport |
Invoked to indicate that an exception occurred, it is up to the developer to decide
whether to send the device log to the server by invoking Log.sendLog().
|
NativeInterface |
This is a marker interface that should be extended by a user interface in order
to indicate that said interface is implemented in native code.
|
URLCallback |
In platforms that support opening an application via URL this interface can be implemented
by the main class to support such functionality.
|
Class | Description |
---|---|
DefaultCrashReporter |
A default implementation of the crash reporter that instantly sends the crash
data to the server.
|
Lifecycle |
Optional helper class that implements the Codename One lifecycle methods with reasonable default
implementations to help keep sample code smaller.
|
NativeLookup |
Creates an instance of the native interface which will call the underlying
platform using the convention documented in the package docs.
|