- objects() - Method in class com.teamchat.client.sdk.TeamchatAPI
-
Returns the factory to create form and form fields for the chatlet.
- OnAlias - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a reply to a particular chatlet
is received.
- OnBotAdded - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a bot joins.
- OnComment - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a comment to a particular chatlet
is received.
- onErrorTerminate(Exception) - Method in interface com.teamchat.client.sdk.EventsCallback
-
- OnEvent - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when an event is recieved.
- onEvent(JSONObject) - Method in interface com.teamchat.client.sdk.EventsCallback
-
Call back method used by api for internal notification
- OnEventInAliasedRoom - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when an event in a particular room
is received.
- OnFileUpload - Annotation Type in com.teamchat.client.annotations
-
Annotates a method that will be called when a File is Uploaded.
- OnKeyword - Annotation Type in com.teamchat.client.annotations
-
Annotates a method that will be called when a keyword message is received.
- OnKeyWordWithParam - Annotation Type in com.teamchat.client.annotations
-
Annotates a method that will be called when a keyword message with parameters is received.
- OnMemberAdded - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a joined event is recieved.
- OnMemberLeft - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a left event is recieved.
- OnMemberRemoved - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a kicked event is recieved.
- OnMsg - Annotation Type in com.teamchat.client.annotations
-
Annotates a method that will be called when a message is received.
- onMsg(JSONObject) - Method in interface com.teamchat.client.sdk.EventsCallback
-
Call back method used by api for internal notification
- onRecoverableError(Exception) - Method in interface com.teamchat.client.sdk.EventsCallback
-
- OnReplyFiltered - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a reply to a particular chatlet
is received.
- onWelcome() - Method in interface com.teamchat.client.sdk.EventsCallback
-