Package | Description |
---|---|
com.teamchat.client.sdk | |
com.teamchat.client.sdk.chatlets |
Modifier and Type | Method and Description |
---|---|
Chatlet |
Chatlet.alias(java.lang.String param)
After calling this method, replies to this chatlet
will go to the method annotated with @OnAlias
|
Chatlet[] |
Context.chatletByAlias(java.lang.String alias)
Returns array containing chatlets for the alias passed.
|
Chatlet |
Context.chatletById(java.lang.String id)
Gives a handle to a chatlet by the formid.
|
Chatlet |
Context.chatletByRef(java.lang.String ref)
For future use
|
Chatlet |
Context.currentChatlet() |
Chatlet |
Context.raw(java.lang.String message)
Creates a raw chatlet from a string.
|
Chatlet |
Chatlet.setExpiry(long epocSeconds)
Method to set expiry time of the chatlet
|
Chatlet |
Chatlet.setLocale(java.lang.String datelocale)
Method to set the locale in the chatlet.
|
Chatlet |
Chatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat)
Method to set the locale and the date format in the chatlet.
|
Modifier and Type | Method and Description |
---|---|
TeamchatAPI |
TeamchatAPI.performPostInCurrentRoom(Chatlet c)
Perform chatlet post action in the current room.
|
Room |
Room.post(Chatlet chatlet)
Post a (new) chatlet in a room.
|
Flowlet |
Flowlet.setChatlet(java.lang.String name,
Chatlet c,
Room r)
For future use
|
Modifier and Type | Class and Description |
---|---|
class |
BypassChatletCopy |
class |
CheckListChatlet |
class |
HTML5Chatlet |
class |
IncomingChatlet |
class |
LocationChatlet |
class |
PollChatlet |
class |
PrimaryChatlet |
class |
ReferencedChatlet |
class |
ReportChatlet |
class |
RichmediaChatlet |
class |
SimpleJsonChatlet |
class |
SurveyChatlet
This is a chatlet to post Survey.
|
class |
TakeActionChatlet |
class |
TextChatlet |
Modifier and Type | Method and Description |
---|---|
Chatlet |
PrimaryChatlet.alias(java.lang.String type) |
Chatlet |
LocationChatlet.alias(java.lang.String value)
Assign an alias to the chatlet
|
Chatlet |
SurveyChatlet.alias(java.lang.String type) |
Chatlet |
HTML5Chatlet.alias(java.lang.String type) |
Chatlet |
TextChatlet.alias(java.lang.String type) |
Chatlet |
RichmediaChatlet.alias(java.lang.String type) |
Chatlet |
BypassChatletCopy.alias(java.lang.String type) |
Chatlet |
IncomingChatlet.alias(java.lang.String type) |
Chatlet |
SimpleJsonChatlet.alias(java.lang.String type) |
Chatlet |
ReportChatlet.alias(java.lang.String type) |
Chatlet |
CheckListChatlet.alias(java.lang.String type) |
Chatlet |
ReferencedChatlet.alias(java.lang.String type) |
Chatlet |
PollChatlet.alias(java.lang.String type) |
Chatlet |
PrimaryChatlet.setExpiry(long epocSeconds) |
Chatlet |
LocationChatlet.setExpiry(long epocSeconds) |
Chatlet |
SurveyChatlet.setExpiry(long epocSeconds) |
Chatlet |
HTML5Chatlet.setExpiry(long epocSeconds) |
Chatlet |
TextChatlet.setExpiry(long epocSeconds) |
Chatlet |
RichmediaChatlet.setExpiry(long epocSeconds) |
Chatlet |
BypassChatletCopy.setExpiry(long epocSeconds) |
Chatlet |
IncomingChatlet.setExpiry(long epocSeconds) |
Chatlet |
SimpleJsonChatlet.setExpiry(long epocSeconds) |
Chatlet |
ReportChatlet.setExpiry(long epocSeconds) |
Chatlet |
CheckListChatlet.setExpiry(long epocSeconds) |
Chatlet |
ReferencedChatlet.setExpiry(long epocSeconds) |
Chatlet |
PollChatlet.setExpiry(long epocSeconds) |
Chatlet |
PrimaryChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
LocationChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
SurveyChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
HTML5Chatlet.setLocale(java.lang.String datelocale) |
Chatlet |
TextChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
RichmediaChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
BypassChatletCopy.setLocale(java.lang.String datelocale) |
Chatlet |
IncomingChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
SimpleJsonChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
ReportChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
CheckListChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
ReferencedChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
PollChatlet.setLocale(java.lang.String datelocale) |
Chatlet |
PrimaryChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
LocationChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
SurveyChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
HTML5Chatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
TextChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
RichmediaChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
BypassChatletCopy.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
IncomingChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
SimpleJsonChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
ReportChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
CheckListChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
ReferencedChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Chatlet |
PollChatlet.setLocale(java.lang.String datelocale,
java.lang.String dateformat) |
Constructor and Description |
---|
BypassChatletCopy(Chatlet dummyOf) |
SimpleJsonChatlet(Chatlet orig) |