Consent

A Consent Integrations implementation for the Mobile SDKs.

  • A builder to create a ConsentConfiguration to be used with a specific CMPAdapter

    See more

    Declaration

    Swift

    public class ConsentConfigurationBuilder
  • A representation of a user’s consent decision, which is expected to be provided by a Consent Management Provider.

    See more

    Declaration

    Swift

    public struct ConsentDecision : Equatable
  • The CMPAdapter provides a consistent interface with external Consent Management Providers (CMP).

    See more

    Declaration

    Swift

    public protocol CMPAdapter