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.
|
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 |
IncomingChatlet |
class |
LocationChatlet |
class |
PollChatlet |
class |
PrimaryChatlet |
class |
ReportChatlet |
class |
RichmediaChatlet |
class |
SimpleJsonChatlet |
class |
TextChatlet |
Modifier and Type | Method and Description |
---|---|
Chatlet |
TextChatlet.alias(java.lang.String type) |
Chatlet |
SimpleJsonChatlet.alias(java.lang.String type) |
Chatlet |
RichmediaChatlet.alias(java.lang.String type) |
Chatlet |
ReportChatlet.alias(java.lang.String type) |
Chatlet |
PrimaryChatlet.alias(java.lang.String type) |
Chatlet |
PollChatlet.alias(java.lang.String type) |
Chatlet |
LocationChatlet.alias(java.lang.String value)
Assign an alias to the chatlet
|
Chatlet |
IncomingChatlet.alias(java.lang.String type) |
Chatlet |
BypassChatletCopy.alias(java.lang.String type) |
Constructor and Description |
---|
BypassChatletCopy(Chatlet dummyOf) |
SimpleJsonChatlet(Chatlet orig) |