Package | Description |
---|---|
com.teamchat.client.sdk |
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.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 |
---|---|
Room |
Room.post(Chatlet chatlet)
Post a (new) chatlet in a room.
|
Workflow |
Workflow.setChatlet(java.lang.String name,
Chatlet c,
Room r)
For future use
|