com.salesforce.android.chat.core.VisitorNameDataProvider |
Interface for using a PreChat field for the visitorName in ChatConfiguration.
To use a PreChat field value for the visitorName in ChatConfiguration, implement this interface and pass the instance to the
ChatConfiguration using the visitorNameDataProvider(VisitorNameDataProvider)
builder.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
onPreChatDataRequested(List<ChatUserData> chatUserDataList)
Retrieves the PreChat field's value given the list of
ChatUserData . |
Retrieves the PreChat field's value given the list of ChatUserData
.
chatUserDataList | A list of ChatUserData objects to query. |
---|