get Conversation By Single Contact
Call this method to retrieve a one to one conversation from local Database given the recipient represented bySTWContact.
This method should be called only from a coroutine or another suspend function
Return
The conversation represented by STWConversation or null
See also
Parameters
The application context
The contact that you want to retrieve it's conversation
Call this method to retrieve a one to one conversation from local Database given the recipient represented bySTWSingleContact.
This method should be called only from a coroutine or another suspend function
Return
The conversation represented by STWConversation or null
See also
Parameters
The application context
The contact that you want to retrieve it's conversation
Call this method to retrieve a one to one conversation from local Database given the recipient represented bySTWContact.
This method should be called only from a coroutine or another suspend function
See also
Parameters
The application context
The contact that you want to retrieve it's conversation
callback taht returns the retrieved conversation represented by STWConversation or null