invoke
suspend operator fun invoke(conversationsToUpdate: MarkMessagesAsNotifiedUseCase.UpdateTarget): Result
Parameters
conversationsToUpdate
which conversation(s) to be marked as notified.
Deprecated
This will be removed in order to use a more explicit input
Replace with
invoke(UpdateTarget)
Content copied to clipboard
Parameters
conversationId
the specific conversation that needs to be marked as notified, or null for marking all notifications as notified.