MarkMessagesAsNotifiedUseCase

Marks conversations in one or all conversations as notified, so the notifications for these messages won't show up again.

See also

Constructors

Link copied to clipboard
internal constructor(conversationRepository: ConversationRepository)

Types

Link copied to clipboard
interface UpdateTarget

Specifies which conversations should be marked as notified

Functions

Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>?): Result
suspend operator fun invoke(conversationsToUpdate: MarkMessagesAsNotifiedUseCase.UpdateTarget): Result