|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoticeText | |
---|---|
com.genesyslab.platform.webmedia.protocol.flexchat | This package contains classes and enumerations that let you exchange information with Chat Server. |
com.genesyslab.platform.webmedia.protocol.flexchat.requests | This package contains the Request Object classes that your applications can use to work with FlexChat interactions in Chat Server. |
Uses of NoticeText in com.genesyslab.platform.webmedia.protocol.flexchat |
---|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return NoticeText | |
---|---|
static NoticeText |
NoticeText.create()
Creates instance of NoticeText with no parameters set. |
static NoticeText |
NoticeText.create(NoticeType noticeType,
java.lang.String text)
Creates instance of NoticeText with all parameters set. |
static NoticeText |
NoticeText.create(java.lang.String text)
Creates instance of NoticeText with required parameters set. |
abstract NoticeText |
EventInfo.getNoticeText()
|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat with parameters of type NoticeText | |
---|---|
abstract void |
EventInfo.setNoticeText(NoticeText noticeText)
|
Uses of NoticeText in com.genesyslab.platform.webmedia.protocol.flexchat.requests |
---|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat.requests that return NoticeText | |
---|---|
abstract NoticeText |
RequestRefresh.getNoticeText()
|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat.requests with parameters of type NoticeText | |
---|---|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText)
Creates instance of RequestRefresh. |
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
KeyValueCollection userData)
Creates instance of RequestRefresh. |
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
KeyValueCollection userData,
java.lang.String sessionId)
Creates instance of RequestRefresh. |
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
MessageText messageText)
Creates instance of RequestRefresh. While the Refresh method allow to add both Notice and Message - chat server will process only Notice and the Message will be skipped when both are specified. |
abstract void |
RequestRefresh.setNoticeText(NoticeText noticeText)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |