getGroupsOfConversationAsFlow

fun getGroupsOfConversationAsFlow(context: Context, conversationId: Int): Flow<List<STWGroup>?>

Call this method to retrieve recipient groups in the given conversation as Flow

Return

Flow of the list of groups STWGroup inside the given conversation

See also

Parameters

context

The application context

conversationId

The conversation ID