getMessagesFlow

fun getMessagesFlow(contactKey: String, limit: Int? = null): Flow<List<Message>>(source)

Returns a non-paged reactive Flow of messages for a conversation. Used by desktop targets that don't use paging-compose.

Parameters

contactKey

The unique contact key identifying the conversation.

limit

Optional maximum number of messages to return (null = all).