invoke

suspend operator fun invoke(conversationsToUpdate: MarkMessagesAsNotifiedUseCase.UpdateTarget): Result

Parameters

conversationsToUpdate

which conversation(s) to be marked as notified.


suspend operator fun invoke(conversationId: <Error class: unknown class>?): Result

Deprecated

This will be removed in order to use a more explicit input

Replace with

invoke(UpdateTarget)

Parameters

conversationId

the specific conversation that needs to be marked as notified, or null for marking all notifications as notified.