| Interface | Description |
|---|---|
| IContextService |
Provides access to the application Context specific objects and Android
Resources such as files and preferences.
|
| IJadexAndroidEvent |
This is an Event that can be dispatched by platform components and received
by Android UI Classes.
|
| IPreferences |
Interface for Android Shared Preferences.
|
| Class | Description |
|---|---|
| JadexAndroidEvent |
To create own events, just extend this class and add getters+setters for custom properties.
|