|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationState
NotificationState
describes the state of the
NotificationSession
.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
getSessionError()
Returns the error. |
int |
getSessionState()
Returns the state. |
Field Detail |
---|
static final int STATE_OFFLINE
static final int STATE_CONNECTING
static final int STATE_ONLINE
Method Detail |
---|
int getSessionError()
ERROR_
constants defined in
NotificationError
.int getSessionState()
STATE_
constants defined in this class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |