getConversationById

suspend fun getConversationById(context: Context, conversationId: Int?): STWConversation?

Call this method to retrieve the conversation represented by STWConversation object given a conversationId.

Return

The conversation represented by STWConversation or null

See also

Parameters

context

The application context

conversationId

The conversation ID