GetConversationsUseCase

class GetConversationsUseCase(conversationRepository: ConversationRepository)

This use case will observe and return the conversation list for the current user. Prefer using ObserveConversationListDetailsUseCase instead, since is performance efficient, relying on sql views.

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(): GetConversationsUseCase.Result