public interface

SessionStateListener

com.salesforce.android.chat.core.SessionStateListener

Class Overview

Listener interface for receiving Chat session state and the reason for why a Chat session has ended.

Summary

Public Methods
abstract void onSessionEnded(ChatEndReason endReason)
Receive the reason for why the chat session has ended.
abstract void onSessionStateChange(ChatSessionState state)
Called when the session state has changed.

Public Methods

public abstract void onSessionEnded (ChatEndReason endReason)

Receive the reason for why the chat session has ended.

Parameters
endReason The session's end reason
See Also

public abstract void onSessionStateChange (ChatSessionState state)

Called when the session state has changed.

Parameters
state The current session state.
See Also