| Interface | Description |
|---|---|
| EventListener |
Interface for an event listener.
|
| Class | Description |
|---|---|
| Event |
Abstract class representing a mobile application framework event
|
| EventSource |
Abstract super-class for classes representing type (or source) of the event.
For ex : Remote Notification, Local Notification, SMS, etc. |
| EventSourceFactory |
Factory for dealing with event sources.
|
| NativeLocalNotificationEvent |
A class representing a native local notification event
|
| NativePushEvent |
A class representing a native push event
|
| OpenURLEvent |
A class representing a open url event
|