This method was deprecated — please use showConversation(Activity, LPAuthenticationParams, ConversationViewParams).

The showConversation API displays the messaging screen as a new activity with the conversation fragment. The consumer can then start or continue a conversation. The conversation screen is controlled entirely by the SDK.

This method returns a Boolean value to indicate success or failure in opening the messaging screen. If the operation is successful, this method returns true, else it returns false.

Initiating the conversation screen opens the WebSocket to the LivePerson Messaging Server.

public static boolean showConversation(Activity activity)

Parameter Description
activity The calling activity