invoke
suspend operator fun invoke(conversationId: <Error class: unknown class>, time: <Error class: unknown class>, invokeImmediately: Boolean = false)
Parameters
conversationId
The conversation id to update the last read date.
time
The last read date to update.
invokeImmediately
If true, executes the work directly in the calling coroutine instead of enqueuing it to the debounced work queue. Use this when the read receipt must be sent within the active sync session (e.g. when replying from a notification).