getMessagesFlow

fun getMessagesFlow(contactKey: String, limit: Int? = null): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<ERROR CLASS: Symbol not found for 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).