ConsentCategory

Consent categories allow the end user to control how the app can use information gathered via events. Each event belongs to one consent category, and the user can opt out a consent category.

Entries

Link copied to clipboard

The event is considered strictly necessary. End users cannot opt out of strictly necessary events.

Link copied to clipboard

The event is used e.g. for advertisement. End users can opt out of targeting events. Also called advertising.

Link copied to clipboard

The event is used e.g. for tracking the performance and usage of the app. End users can opt out of performance events. Also called analytics.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

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.