PrivacyParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class PrivacyParameters(val consentLevel: ConsentLevel)

Data class holding Privacy parameters.

Constructors

Link copied to clipboard
constructor(consentLevel: ConsentLevel)

Properties

Link copied to clipboard

level of consent given to the navigation application. This parameter is dynamic, and can change during the lifetime of the application, depending on user actions.