Chat Module
Module used for text communication.
Functions
Link copied to clipboard
Observe the starting or ending event of a chat from an activity. Remember to remove the observer or a leak will occur!
open fun addChatObserver(activity: FragmentActivity, observer: ChatObserver)
Content copied to clipboard
Observe the starting or ending event of a chat from an activity. The observer is automatically disposed when activity is destroyed.
Link copied to clipboard
Observe the starting or ending event of a chat from an activity. Remember to remove the observer or a leak will occur!
open fun addChatUIObserver(activity: FragmentActivity, observer: ChatUIObserver)
Content copied to clipboard
Observe the starting or destroy event of an activity created for chats. The observer is automatically disposed when activity is destroyed.
Link copied to clipboard
Removes all chat observers.
Link copied to clipboard
Removes all chat ui observers.
Link copied to clipboard
Removes all observers.
Link copied to clipboard
Remove specified chat observer, if already added.
Link copied to clipboard
Remove specified chat observer, if already added.