Interface | Description |
---|---|
BotData |
This Interface denotes an object that stores all data associated with a
bot.
|
Chatlet |
Denotes an abstract Chatlet.
|
Comment |
Represents a comment to a chatlet.
|
Context |
Gives handle to the current context that TeamchtAPI is working with.
|
Event |
Denotes Event interface that provides information and classification of the different events.
|
EventExecutor | |
EventsCallback |
Denotes abstract callback.
|
EventStream |
Denotes EventStream interface that provides methods required to receive messages and events from the server.
|
Expirable |
Represents an expirable chatlet.
|
Factory |
Factory for rooms, chatlets, replies, forms and fields
|
Field |
Denotes a field in the reply or compose screen.
|
Flowlet | |
Form |
Represents a compose or a reply screen.
|
Message |
Denotes Message interface that provides common methods for Chatlets, Reply.
|
Reply |
Represents a reply to a chatlet.
|
Room |
Represents a room.
|
UserData |
This Interface denotes an object that stores all data associated with
the user running the API.
|
Class | Description |
---|---|
Scheduler |
Provides capability to schedule message.
|
Sender |
Represents the sender object.
|
TeamchatAPI |
This is core Teamchat client API.
|
Enum | Description |
---|---|
Event.Type |
Event types enum
|
Room.InheritanceType |