|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.LOCAL_LIVESTATUS>
com.skype.api.Conversation.LOCAL_LIVESTATUS
public static enum Conversation.LOCAL_LIVESTATUS
| Enum Constant Summary | |
|---|---|
IM_LIVE
the conference is live for me |
|
NONE
there isn't a live session |
|
ON_HOLD_LOCALLY
I put the live session on hold |
|
ON_HOLD_REMOTELY
the live session was put on hold by someone else |
|
OTHERS_ARE_LIVE
there is a live session on-going, I'm not participating but I could join |
|
OTHERS_ARE_LIVE_FULL
there is a live session on-going without me, but I can't join because it's full |
|
PLAYING_VOICE_MESSAGE
playing a voicemail (dialog only) |
|
RECENTLY_LIVE
a live session just finished, we stay in this state for RECENTLY_LIVE_TIMEOUT setup key |
|
RECORDING_VOICE_MESSAGE
recording a voicemail (dialog only) |
|
RINGING_FOR_ME
there is a live session ringing |
|
STARTING
trying to start or join a live session |
|
TRANSFERRING
call is being transferred |
|
| Method Summary | |
|---|---|
static Conversation.LOCAL_LIVESTATUS |
fromString(java.lang.String s)
|
static Conversation.LOCAL_LIVESTATUS |
get(int code)
|
int |
getId()
|
static Conversation.LOCAL_LIVESTATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.LOCAL_LIVESTATUS[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Conversation.LOCAL_LIVESTATUS NONE
public static final Conversation.LOCAL_LIVESTATUS STARTING
public static final Conversation.LOCAL_LIVESTATUS RINGING_FOR_ME
public static final Conversation.LOCAL_LIVESTATUS IM_LIVE
public static final Conversation.LOCAL_LIVESTATUS ON_HOLD_LOCALLY
public static final Conversation.LOCAL_LIVESTATUS ON_HOLD_REMOTELY
public static final Conversation.LOCAL_LIVESTATUS OTHERS_ARE_LIVE
public static final Conversation.LOCAL_LIVESTATUS OTHERS_ARE_LIVE_FULL
public static final Conversation.LOCAL_LIVESTATUS PLAYING_VOICE_MESSAGE
public static final Conversation.LOCAL_LIVESTATUS RECORDING_VOICE_MESSAGE
public static final Conversation.LOCAL_LIVESTATUS RECENTLY_LIVE
public static final Conversation.LOCAL_LIVESTATUS TRANSFERRING
| Method Detail |
|---|
public static Conversation.LOCAL_LIVESTATUS[] values()
for (Conversation.LOCAL_LIVESTATUS c : Conversation.LOCAL_LIVESTATUS.values()) System.out.println(c);
public static Conversation.LOCAL_LIVESTATUS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getId()
public static Conversation.LOCAL_LIVESTATUS get(int code)
public static Conversation.LOCAL_LIVESTATUS fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||