FetchConversationIfUnknownUseCase
Use case responsible for ensuring that a conversation is available locally.
If the conversation with the given ID is not available in the local database, it will be fetched from the backend using FetchConversationUseCase.
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(transactionContext: <Error class: unknown class>, conversationId: <Error class: unknown class>, reason: ConversationSyncReason = ConversationSyncReason.Other): <Error class: unknown class><<Error class: unknown class>, Unit>