createOpenConversationIntent

Creates an Intent for launching the messaging UI activity.

Use this when you need to customize the intent flags or launch behavior, such as integrating with a pending intent for notifications.

Return

An Intent targeting MessagingInappActivity.

Parameters

context

The Context used to resolve the activity class.

Samples

val intent = uiClient.createOpenConversationIntent(context)
context.startActivity(intent)