get Conversation By Id As Live Data
fun getConversationByIdAsLiveData(context: Context, conversationId: Int): LiveData<STWConversation?>
Content copied to clipboard
Get the conversation having a specified Id as LiveData.
Return
LiveData of STWConversation or null
Parameters
context
The application context
conversation Id
The conversation identifier