getConversationByIdAsFlow

fun getConversationByIdAsFlow(context: Context, conversationId: Int): Flow<STWConversation?>

Get the conversation having a specified Id as Flow.

Return

Flow of STWConversation or null

Parameters

context

The application context

conversationId

The conversation identifier