getGroupsOfConversationAsLiveData

fun getGroupsOfConversationAsLiveData(context: Context, conversationId: Int): LiveData<List<STWGroup>?>

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

Return

LiveData of the list of groups STWGroup inside the given conversation

See also

Parameters

context

The application context

conversationId

The conversation ID