ChatThreadManagerDeprecated extension Null safety
Methods
-
addChatThreadManagerListener(
ChatThreadManagerListener listener) → void -
Adds the chat thread manager listener. After calling this method, you can listen for new chat threads when they arrive.
@Deprecated("Use addEventHandler to instead")
-
clearAllChatThreadManagerListeners(
) → void -
Removes all chat thread listeners.
@Deprecated("Use #clearEventHandlers to instead")
-
removeChatThreadManagerListener(
ChatThreadManagerListener listener) → void -
Removes the chat thread listener.
@Deprecated("Use #removeEventHandler to instead")