markUnread

fun markUnread(message: Message, onResult: (Result<Unit>) -> Unit = {})

Marks the selected message as unread.

Parameters

message

Message to mark as unread.

onResult

Handler that notifies the result of the mark as unread action.