Chatbox Configuration
Encapsulate all the configuration options that can be applied to the chatbox.
Usage: instantiate a default configuration, set the properties you want, and apply them to the chatbox:
var configuration = ChatboxConfiguration()
configuration.primaryColor = Color.RED
IAdvizeSDK.chatboxController.setupChatbox(configuration)Properties
Content of the first automatic message that invites your visitor to start asking a question. Should be localized.
Content of the first GDPR message which invites your visitor to accept or decline the GDPR consent. Should be localized.
Primary color used in the Chatbox. This color is mainly used for visitor messages background.
Primary text color used in the Chatbox. This color is mainly used for texts displayed above the primaryColor, including in visitor messages.
Secondary color used in the Chatbox. This color is mainly used for the Send button and other controls displayed in the Chatbox.
Secondary text color used in the Chatbox. This color is mainly used for texts displayed above the secondaryColor, including in buttons.