IdentityDataProcessingConsentInput

public struct IdentityDataProcessingConsentInput : Hashable

Input for provideIdentityDataProcessingConsent(input:)

  • Consent content (e.g., the text the user is consenting to).

    Declaration

    Swift

    public let content: String
  • Content type (e.g., “text/plain”, “text/html”).

    Declaration

    Swift

    public let contentType: String
  • language (e.g., “en-US”).

    Declaration

    Swift

    public let language: String