Package | Description |
---|---|
com.teamchat.client.sdk |
Modifier and Type | Method and Description |
---|---|
Reply |
Reply.addField(java.lang.String name,
java.lang.String value)
Set a field in the reply
|
Reply |
Chatlet.createReply()
Creates a new reply that will go as a reply to this chatlet.
|
Reply |
Context.currentReply() |
Modifier and Type | Method and Description |
---|---|
Room |
Room.reply(Reply reply)
Post a reply to a chatlet in a room.
|