- raw() - Method in interface com.teamchat.client.sdk.Chatlet
-
- raw(String) - Method in interface com.teamchat.client.sdk.Context
-
Creates a raw chatlet from a string.
- raw() - Method in interface com.teamchat.client.sdk.Message
-
- recursiveIterate(String) - Method in interface com.teamchat.client.sdk.Context
-
For future use
- registerForEvents() - Method in interface com.teamchat.client.sdk.Room
-
After calling this method, events in this room
will go to the method annotated with @OnEventInRegisteredRoom
- relatedRooms(String) - Method in interface com.teamchat.client.sdk.Context
-
For future use
- remove(String) - Method in interface com.teamchat.client.sdk.BotData
-
Removes the entire section from the persistence layer.
- remove(String) - Method in interface com.teamchat.client.sdk.Room
-
Remove a participant from the room.
- Reply - Interface in com.teamchat.client.sdk
-
Represents a reply to a chatlet.
- reply(Reply) - Method in interface com.teamchat.client.sdk.Room
-
Post a reply to a chatlet in a room.
- Room - Interface in com.teamchat.client.sdk
-
Represents a room.
- Room.InheritanceType - Enum in com.teamchat.client.sdk
-
- run(UserData) - Method in interface com.teamchat.client.sdk.EventStream
-