GDPREnabledOption

public enum GDPREnabledOption

The option to configure the behavior when the visitor touches the “More information” button in the GDPR message.

  • Let the iAdvize SDK open the specified URL.

    Declaration

    Swift

    case legalInformation(url: URL)
  • Notify the specified delegate.

    You can use this option to open a dedicated screen in your app.

    Declaration

    Swift

    case delegate(delegate: GDPRDelegate)