unregister To Conversation
open fun unregisterToConversation(@NonNull conversationObservable: IConversationObservable)
Content copied to clipboard
Unregister a previously registered conversation callback
See also
Parameters
conversation Observable
The previous callback to be unregistered
open fun unregisterToConversation(@NonNull conversationId: String, @NonNull conversationObservable: IConversationObservable)
Content copied to clipboard
Unregister a previously registered conversation callback
See also
Parameters
conversation Id
The conversation ID
conversation Observable
The previous callback to be unregistered
Same as unregisterToConversation but do a cleaning for all registered callback related to the given conversationId
See also
Parameters
conversation Id
The conversation ID