Package-level declarations

Contains the PrivacyManager and its supporting classes and interfaces.

PrivacyManager

The PrivacyManager allows to define the ConsentLevel, representing the user's consent for data collection and processing.

Types

Link copied to clipboard
@Since(version = 1)
enum ConsentLevel : Enum<ConsentLevel>
Link copied to clipboard
Link copied to clipboard
@Since(version = 1)
enum PrivacyFailure : Enum<PrivacyFailure>
Link copied to clipboard
@Since(version = 1)
interface PrivacyManager
Link copied to clipboard
@Since(version = 1)
@JsonClass(generateAdapter = true)
data class PrivacyParameters(val consentLevel: ConsentLevel)

Data class holding Privacy parameters.