Package | Description |
---|---|
com.teamchat.client.sdk | |
com.teamchat.client.sdk.chatlets |
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() |
Reply |
Expirable.expireNow()
For future use
|
Modifier and Type | Method and Description |
---|---|
Room |
Room.reply(Reply reply)
Post a reply to a chatlet in a room.
|
Modifier and Type | Method and Description |
---|---|
Reply |
LocationChatlet.createReply() |
Reply |
ReportChatlet.createReply() |
Reply |
TextChatlet.createReply() |
Reply |
PollChatlet.createReply() |
Reply |
CheckListChatlet.createReply() |
Reply |
SurveyChatlet.createReply() |
Reply |
BypassChatletCopy.createReply() |
Reply |
IncomingChatlet.createReply() |
Reply |
RichmediaChatlet.createReply() |
Reply |
PrimaryChatlet.createReply() |
Reply |
ReferencedChatlet.createReply() |
Reply |
SimpleJsonChatlet.createReply() |
Reply |
IncomingChatlet.expireNow() |