|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XPollModule.Server
Server interface for the Poll Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
XObjectID |
createPoll(XObjectID conversationID, XPollCreateInfo createInfo)Create a Poll widget. |
XPollGetInfo |
getPoll(XObjectID pollID)Get current Poll information and how I voted. |
void |
pollClose(XObjectID pollID, String chatText)Close a Poll. |
void |
pollOpen(XObjectID pollID, String chatText)Open a Poll. |
void |
updatePoll(XObjectID pollID, XPollCreateInfo updateInfo)Update a poll object. |
void |
voteMultiple(XObjectID pollID, List<String> pollOptions)Vote for a Poll. |
void |
voteSingle(XObjectID pollID, String pollOption)Vote for a Poll. |
| Method Detail |
|---|
XObjectID createPoll(XObjectID conversationID,
XPollCreateInfo createInfo)
conversationID - The Conversation.createInfo - The create info.
void updatePoll(XObjectID pollID,
XPollCreateInfo updateInfo)
pollID - The Poll.updateInfo - The update info.
void voteSingle(XObjectID pollID,
String pollOption)
pollID - The Poll.pollOption - The Poll option.
void voteMultiple(XObjectID pollID,
List<String> pollOptions)
pollID - The Poll.pollOptions - The Poll options.
void pollOpen(XObjectID pollID,
String chatText)
pollID - The Poll.chatText - Any custom Chat text. May be null.
void pollClose(XObjectID pollID,
String chatText)
pollID - The Poll.chatText - Any custom Chat text. May be null.XPollGetInfo getPoll(XObjectID pollID)
pollID - The Poll.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||