ConsentLevel

@Since(version = 1)
enum ConsentLevel : Enum<ConsentLevel>

Entries

Link copied to clipboard

Consent not granted for neither Telemetry or Location data

Link copied to clipboard

Consent granted for tracking current location. Services using user current location can be enabled, including using persistent tracking ID.

Link copied to clipboard

Consent granted for both tracking current location and telemetry data. Services using user current location can be enabled, including using persistent tracking ID. Telemetry data regarding application usage and vehicle information can be collected.

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.