Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
EventInfo.setNoticeText(NoticeText noticeText) |
Modifier and Type | Method | Description |
---|---|---|
abstract NoticeText |
RequestRefresh.getNoticeText() |
Modifier and Type | Method | Description |
---|---|---|
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) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.