public class

ChatConfiguration

extends Object
implements Serializable
java.lang.Object
   ↳ com.salesforce.android.chat.core.ChatConfiguration

Class Overview

Configuration options for Service SDK Chat.

Please note that the LiveAgent Pod parameter is expected to be the Fully-Qualified Domain Name of your pod and not the entire HTTPS URL.

Example: "pod1.la.salesforce.com"

Summary

Nested Classes
class ChatConfiguration.Builder  
Public Methods
String getButtonId()
Returns your LiveAgent Button ID.
List<ChatEntity> getChatEntities()
Returns the list of ChatEntity objects that have been provided to chatEntities(List).
List<ChatUserData> getChatUserData()
Returns user data that has been provided to chatUserData(List).
String getDeploymentId()
Returns your LiveAgent Deployment ID.
String getLiveAgentPod()
Returns your LiveAgent Pod FQDN.
String getOrganizationId()
Returns your Salesforce Organization ID.
List<PreChatEntity> getPreChatEntities()
This method is deprecated. Deprecated in favor of getChatEntities()
List<PreChatField> getPreChatFields()
This method is deprecated. Deprecated in favor of getChatUserData()
String getVisitorName()
Returns the configured Visitor Name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getButtonId ()

Returns your LiveAgent Button ID.

public List<ChatEntity> getChatEntities ()

Returns the list of ChatEntity objects that have been provided to chatEntities(List).

public List<ChatUserData> getChatUserData ()

Returns user data that has been provided to chatUserData(List).

public String getDeploymentId ()

Returns your LiveAgent Deployment ID.

public String getLiveAgentPod ()

Returns your LiveAgent Pod FQDN.

public String getOrganizationId ()

Returns your Salesforce Organization ID.

public List<PreChatEntity> getPreChatEntities ()

This method is deprecated.
Deprecated in favor of getChatEntities()

Returns chat entities that have been provided to preChatEntities(List).

public List<PreChatField> getPreChatFields ()

This method is deprecated.
Deprecated in favor of getChatUserData()

Returns user data that has been provided to chatUserData(List).

public String getVisitorName ()

Returns the configured Visitor Name.