getPagingConversationByGroupContactId

fun getPagingConversationByGroupContactId(    context: Context,     groupContactId: String,     pagingConfig: PagingConfig = getDefaultPageConfig()): Flow<PagingData<STWConversation>>

Call this method to retrieve the list of company conversations given.

Return

PagingData The result of conversation list as PagingData

Parameters

context

The application context

groupContactId

The group contact Id

pagingConfig