GDPROption

public enum GDPROption

The option to configure the GDPR message at the beginning of the conversation.

  • The GDPR message is displayed at the beginning of the conversation.

    You will have to provide a mandatory option with url or delegate.

    Declaration

    Swift

    case enabled(option: GDPREnabledOption)
  • The GDPR message is not displayed at the beginning of the conversation.

    Declaration

    Swift

    case disabled