messageDeliveredFlow

val Conversation.messageDeliveredFlow: SharedFlow<Message>

A SharedFlow that emits Message objects when a message is delivered on the server.

This flow is tied to a specific Conversation identified by its conversationId.

Return

The SharedFlow for observing delivered messages.

Throws

if the messagingSession is null.