Consent
public enum Consent
The end-user consent for sending telemetry data.
Important
This is a Public Preview API. It may be changed or removed at any time.The end-user consents to send telemetry data anonymously.
Declaration
Swift
case anonymized
The end-user doesn’t consent to send telemetry data.
Declaration
Swift
case none
The end-user consents to send any telemetry data, including personally identifiable information (e.g., billing data).
Declaration
Swift
case personalized
The end-user consents to send telemetry data with no personally identifiable information.
Declaration
Swift
case pseudonymized