|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.webmedia.protocol.NoticeType
public class NoticeType
Field Summary | |
---|---|
static NoticeType |
Custom
Simply propagated without any special processing. |
static NoticeType |
IdleControlAlert
|
static NoticeType |
IdleControlClose
|
static NoticeType |
IdleControlSet
|
static NoticeType |
None
Default value, only for API purpose. |
static NoticeType |
Ping
|
static NoticeType |
PushUrl
Used for push URL. |
static NoticeType |
Reserved
Reserved only for ChatServer use (like new interaction, params of session, etc). |
static NoticeType |
SaveTranscript
System request: force ChatServer to save transcript in UCS. |
static NoticeType |
SystemCommand
|
static NoticeType |
TranscriptSaveDone
|
static NoticeType |
TranscriptSaveFailed
|
static NoticeType |
TypingStarted
Indicates that chat party/user started typing. |
static NoticeType |
TypingStopped
Indicates that chat party/user is not typing anymore. |
static NoticeType |
UpdateUserData
System request: force ChatServer to update interaction userdata. |
static NoticeType |
UserUpdateNick
Indicates that chat party/user updated nick |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary |
---|
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NoticeType None
public static final NoticeType PushUrl
public static final NoticeType TypingStarted
public static final NoticeType TypingStopped
public static final NoticeType Custom
public static final NoticeType UpdateUserData
public static final NoticeType SaveTranscript
public static final NoticeType Reserved
public static final NoticeType TranscriptSaveFailed
public static final NoticeType TranscriptSaveDone
public static final NoticeType Ping
public static final NoticeType UserUpdateNick
public static final NoticeType IdleControlSet
public static final NoticeType IdleControlAlert
public static final NoticeType IdleControlClose
public static final NoticeType SystemCommand
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |