public interface

PreChatUIListener

com.salesforce.android.chat.ui.PreChatUIListener

Class Overview

Listener interface for receiving status information about the PreChat UI.

Register an instance of this listener by calling addPreChatUIListener(PreChatUIListener).

Summary

Public Methods
abstract void onPreChatCancelled()
Called when the pre-chat UI has been closed by the user.
abstract void onPreChatSubmitted()
Called when the pre-chat form has been successfully submitted by the user.

Public Methods

public abstract void onPreChatCancelled ()

Called when the pre-chat UI has been closed by the user.

public abstract void onPreChatSubmitted ()

Called when the pre-chat form has been successfully submitted by the user.