com.nokia.notifications
public interface NotificationState
NotificationState
describes the state of the
NotificationSession
.Modifier and Type | Field and Description |
---|---|
static int |
STATE_CONNECTING
MIDlet is connecting to receive notifications.
|
static int |
STATE_OFFLINE
MIDlet has no connection and it can not receive notifications.
|
static int |
STATE_ONLINE
MIDlet has connected and it can receive notifications.
|
Modifier and Type | Method and Description |
---|---|
int |
getSessionError()
Returns the error.
|
int |
getSessionState()
Returns the state.
|
static final int STATE_OFFLINE
static final int STATE_CONNECTING
static final int STATE_ONLINE
int getSessionError()
ERROR_
constants defined in
NotificationError
.int getSessionState()
STATE_
constants defined in this class.