Interface | Description |
---|---|
NotificationInfo |
Contains MIDlet specific settings from Notification Enabler.
|
NotificationMessage |
NotificationMessage is notification received from a service. |
NotificationPayload |
NotificationPayload is the notification payload that is received
from the service. |
NotificationSession |
NotificationMessage is the interface for communicating with the Notification Enabler. |
NotificationSessionListener |
Gets notified when a message or a notification info is received or when the
status changes.
|
NotificationState |
NotificationState describes the state of the
NotificationSession . |
Class | Description |
---|---|
NotificationEnvironment |
This class defines all the Notification server environment which can be
connected from Notification Enabler.
|
NotificationError |
This class defines all the error codes used by
NotificationException
and NotificationState . |
NotificationSessionFactory |
Creates
NotificationSession that this MIDlet can use to
communicate with the Notification Enabler. |
Exception | Description |
---|---|
NotificationException |
Exception for notification actions.
|