|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Contact.AVAILABILITY>
com.skype.api.Contact.AVAILABILITY
public static enum Contact.AVAILABILITY
Describes the superset list of possible Account and Contact online statuses. In case of Account they apply to local user, in case of Contact they apply to remote contacts.
| Enum Constant Summary | |
|---|---|
AWAY
Contact / Account is online but away from keyboard. |
|
AWAY_FROM_MOBILE
_FROM_MOBILE only possible for remote user |
|
BLOCKED
Remote contact has been blocked by local account. |
|
BLOCKED_SKYPEOUT
Remote SkypeOut contact has been blocked by local account. |
|
CONNECTING
only possible for local user/account |
|
DO_NOT_DISTURB
Contact / Account is online but does not wish to be disturbed. |
|
DO_NOT_DISTURB_FROM_MOBILE
|
|
INVISIBLE
Account status is set to INVISIBLE. |
|
NOT_AVAILABLE
This online status is marked as deprecated. |
|
NOT_AVAILABLE_FROM_MOBILE
|
|
OFFLINE
Contact appears to be offline. |
|
OFFLINE_BUT_CF_ABLE
Contact appears to be offline but has enabled call forwarding, so calls may actually get through to him. |
|
OFFLINE_BUT_VM_ABLE
Contact appears to be offline but has voicemail enabled. |
|
ONLINE
Contact / Account is online |
|
ONLINE_FROM_MOBILE
|
|
PENDINGAUTH
Seeing Contact online status is blocked because authorization between contact and local account has not taken place. |
|
SKYPE_ME
This online status is marked as deprecated. |
|
SKYPE_ME_FROM_MOBILE
|
|
SKYPEOUT
Contact does not have an online status because he is a PSTN contact. |
|
UNKNOWN
Contact online status cannot be determined. |
|
| Method Summary | |
|---|---|
static Contact.AVAILABILITY |
fromString(java.lang.String s)
|
static Contact.AVAILABILITY |
get(int code)
|
int |
getId()
|
static Contact.AVAILABILITY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Contact.AVAILABILITY[] |
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 Contact.AVAILABILITY UNKNOWN
public static final Contact.AVAILABILITY PENDINGAUTH
public static final Contact.AVAILABILITY BLOCKED
public static final Contact.AVAILABILITY BLOCKED_SKYPEOUT
public static final Contact.AVAILABILITY SKYPEOUT
public static final Contact.AVAILABILITY OFFLINE
public static final Contact.AVAILABILITY OFFLINE_BUT_VM_ABLE
public static final Contact.AVAILABILITY OFFLINE_BUT_CF_ABLE
public static final Contact.AVAILABILITY ONLINE
public static final Contact.AVAILABILITY AWAY
public static final Contact.AVAILABILITY NOT_AVAILABLE
public static final Contact.AVAILABILITY DO_NOT_DISTURB
public static final Contact.AVAILABILITY SKYPE_ME
public static final Contact.AVAILABILITY INVISIBLE
public static final Contact.AVAILABILITY CONNECTING
public static final Contact.AVAILABILITY ONLINE_FROM_MOBILE
public static final Contact.AVAILABILITY AWAY_FROM_MOBILE
public static final Contact.AVAILABILITY NOT_AVAILABLE_FROM_MOBILE
public static final Contact.AVAILABILITY DO_NOT_DISTURB_FROM_MOBILE
public static final Contact.AVAILABILITY SKYPE_ME_FROM_MOBILE
| Method Detail |
|---|
public static Contact.AVAILABILITY[] values()
for (Contact.AVAILABILITY c : Contact.AVAILABILITY.values()) System.out.println(c);
public static Contact.AVAILABILITY 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 Contact.AVAILABILITY get(int code)
public static Contact.AVAILABILITY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||