GetConversationUseCase

class GetConversationUseCase(conversationRepository: ConversationRepository)

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

See also

Constructors

Link copied to clipboard
constructor(conversationRepository: ConversationRepository)

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><GetConversationUseCase.Result>