PersistConversationUseCaseImpl
internal class PersistConversationUseCaseImpl(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase) : PersistConversationUseCase
Constructors
Link copied to clipboard
constructor(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase)
Functions
Link copied to clipboard
open suspend operator override fun invoke(transactionContext: <Error class: unknown class>, conversation: <Error class: unknown class>, reason: ConversationSyncReason): <Error class: unknown class><<Error class: unknown class>, Boolean>
Link copied to clipboard