register To Conversation
open fun registerToConversation(@NonNull conversationObservable: IConversationObservable)
Content copied to clipboard
Register to all events coming from any conversation.
By using this method, too many events will be received and therefore it must be used with caution.
See also
Parameters
conversation Observable
A callback
open fun registerToConversation(@NonNull conversationId: String, @NonNull conversationObservable: IConversationObservable)
Content copied to clipboard
Register to all events related to the given conversationId
See also
Parameters
conversation Id
The conversation ID
conversation Observable
A callback