PersistMessageUseCase

internal interface PersistMessageUseCase

Internal UseCase that should be used instead of MessageRepository.persistMessage(Message) It automatically updates ConversationModifiedDate and ConversationNotificationDate if needed

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(message: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, Unit>