- 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.
- 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.
- OnKeyword - Annotation Type in com.teamchat.client.annotations
-
Annotates a method that will be called when a keyword message is received.
- onMsg(JSONObject) - Method in interface com.teamchat.client.sdk.EventsCallback
-
Call back method used by api for internal notification
- OnReplyFiltered - Annotation Type in com.teamchat.client.annotations
-
Annotates a method to be called when a reply to a particular chatlet
is received.