IdentityDataProcessingConsentContent

public struct IdentityDataProcessingConsentContent : Hashable

Output type for getIdentityDataProcessingConsentContent(input:)

  • The 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