searchAllConversationsAsLiveData

fun searchAllConversationsAsLiveData(context: Context, searchKey: String): LiveData<List<STWConversation?>>

Call this method to retrieve the list of all conversations.

Return

LiveData The result of conversation list as liveData

Parameters

context

The application context

searchKey

The content to be searched