ObserveConversationDetailsUseCase

class ObserveConversationDetailsUseCase(conversationRepository: ConversationRepository, dispatcher: <Error class: unknown class> = KaliumDispatcherImpl)

This use case will observe and return the conversation details for a specific conversation.

See also

ConversationDetails

Constructors

Link copied to clipboard
constructor(conversationRepository: ConversationRepository, dispatcher: <Error class: unknown class> = KaliumDispatcherImpl)

Types

Link copied to clipboard
sealed class Result

Functions

Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>): <Error class: unknown class><ObserveConversationDetailsUseCase.Result>