SingleConversation
constructor(conversationId: <Error class: unknown class>, notifiedDate: <Error class: unknown class>? = null)
Parameters
conversationId
The conversation to mark as notified
notifiedDate
The timestamp of the last notified message. When provided, this exact timestamp is used instead of looking up the latest message in the database. This prevents race conditions where new messages arrive between displaying notifications and marking them as notified.