registerToConversation

open fun registerToConversation(@NonNull conversationObservable: IConversationObservable)

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

conversationObservable

A callback


open fun registerToConversation(@NonNull conversationId: String, @NonNull conversationObservable: IConversationObservable)

Register to all events related to the given conversationId

See also

Parameters

conversationId

The conversation ID

conversationObservable

A callback