DataUsagePurpose enum

Data usage purpose as defined by the IAB TCF framework.

See:

Inheritance

Constructors

DataUsagePurpose()
const

Values

storeAndAccessInformationOnADevice → const DataUsagePurpose

Store and/or access information on a device

See:

selectBasicAds → const DataUsagePurpose

Select basic ads

See:

createAPersonalisedAdsProfile → const DataUsagePurpose

Create a personalised ads profile

See:

selectPersonalisedAds → const DataUsagePurpose

Select personalised ads

See:

createAPersonalisedContentProfile → const DataUsagePurpose

Create a personalised content profile

See:

selectPersonalisedContent → const DataUsagePurpose

Select personalised content

See:

measureAdPerformance → const DataUsagePurpose

Measure ad performance

See:

measureContentPerformance → const DataUsagePurpose

Measure content performance

See:

applyMarketResearchToGenerateAudienceInsights → const DataUsagePurpose

Apply market research to generate audience insights

See:

developAndImproveProducts → const DataUsagePurpose

Develop and improve products

See:

useLimitedDataToSelectContent → const DataUsagePurpose

Use limited data to select content

See:

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<DataUsagePurpose>
A constant List of the values in this enum, in order of their declaration.