IdentityDataProcessingConsentStatus

public struct IdentityDataProcessingConsentStatus : Hashable

Output type for getIdentityDataProcessingConsentStatus()

  • Whether the user has consented.

    Declaration

    Swift

    public let consented: Bool
  • Epoch ms when consent was given, if any.

    Declaration

    Swift

    public let consentedAtEpochMs: Double?
  • Epoch ms when consent was withdrawn, if any.

    Declaration

    Swift

    public let consentWithdrawnAtEpochMs: Double?
  • The consent content (optional, may be present if consented).

    Declaration

    Swift

    public let content: String?
  • Content type (optional).

    Declaration

    Swift

    public let contentType: String?
  • Language (optional).

    Declaration

    Swift

    public let language: String?