getConversationHandler

fun getConversationHandler(conversation: Conversation, context: Context? = null): ConversationHandler

get the conversation handler for the given conversation which should be passed while calling UI function

Parameters

context

Android context used by the auto-download feature. Must not be null when auto-download is enabled. Otherwise is optional.