ConsentableType enum
This describes the different types of consentables as specified by the IAB.
Values
- purpose → const ConsentableType
-
Purpose consentable type, 0
- feature → const ConsentableType
-
Feature consentable type, 1
- specialFeature → const ConsentableType
-
Special Feature consentable type, 2
- specialPurpose → const ConsentableType
-
Special Purpose consentable type, 3
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ConsentableType> - A constant List of the values in this enum, in order of their declaration.