CustomFieldProviderType

Definition of the possible uses for extra custom field providers.

Entries

Link copied to clipboard

Custom fields for the contact context - these fields will be sent to the backend when the contact (thread) is created in this instance of the SDK client or if the contact custom fields are updated in the UI by the user. The extra custom fields will be appended to the existing map, overwriting any existing values for matching keys.

Link copied to clipboard

Custom fields for the customer context - these fields will be sent to the backend each time the customer connects to the chat backend. The extra custom fields will be appended to the existing map, overwriting any existing values for matching keys.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard

Definition of the possible uses for extra custom field providers.

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final CustomFieldProviderType valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.