|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.nokia.mid.voip.VoipStates
public class VoipStates
This class defines all the state codes for VoipSettings
and
VoipAudioCall
.
Field Summary | |
---|---|
static int |
AUDIOCALL_CALL
Constant for Audio Call event. |
static int |
AUDIOCALL_COLP
Constant for Audio Connected line identification event. |
static int |
AUDIOCALL_ENDED
Constant for Call Ended event. |
static int |
AUDIOCALL_NOTIF
Constant for Call Notification. |
static int |
AUDIOCALL_OPERROR
Constant for Operation error event. |
static int |
SETTINGS_ERROR
Constant for Settings error event. |
static int |
SETTINGS_OFFLINE
Constant for Settings Offline event. |
static int |
SETTINGS_ONLINE
Constant for Settings Online event. |
static int |
SETTINGS_WRITTEN
Constant for Settings written event. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SETTINGS_ERROR
Constant for Settings error event.
Settings have a problem and are not written.SETTINGS_ERROR has the value 0x00.
public static final int SETTINGS_WRITTEN
Constant for Settings written event.
Settings are successfully written to phone.SETTINGS_WRITTEN has the value 0x01.
public static final int SETTINGS_ONLINE
Constant for Settings Online event.
SETTINGS_ONLINE has the value 0x02.
public static final int SETTINGS_OFFLINE
Constant for Settings Offline event.
SETTINGS_OFFLINE has the value 0x03.
public static final int AUDIOCALL_CALL
Constant for Audio Call event.
Call state has been changed.AUDIOCALL_CALL has the value 0x04.
public static final int AUDIOCALL_COLP
Constant for Audio Connected line identification event.
Connected Line Identification Presentation (COLP) is a service offered to the calling party which provides the connected party's URI.AUDIOCALL_COLP has the value 0x05.
public static final int AUDIOCALL_ENDED
Constant for Call Ended event.
Call has ended. Cause states the reason why call was ended.AUDIOCALL_ENDED has the value 0x06.
public static final int AUDIOCALL_NOTIF
Constant for Call Notification.
Notifications are informative indications of call related events like call is on hold, audio routed to speaker and so on. Client can update its call UI using notifications.
AUDIOCALL_NOTIF has the value 0x07.
public static final int AUDIOCALL_OPERROR
Constant for Operation error event.
Operation error is sent when requested operation, for example call retrieve, has failed.AUDIOCALL_OPERROR has the value 0x08.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |