Open the Conversation Chat Screen
Explore ways to open the conversation chat screen with or without initial text
Open the conversation activity by calling:
ConversationActivity.show(Context context);
For opening the Conversation activity with some initial text:
ConversationActivity.show(Context context, String String startingText);
Updated 11 months ago