WebViewReader class Adding data to your events Tracking events

Event to track a user withdrawing consent for data collection.

A consent document context will be attached to the event using the id and version arguments supplied. To specify that a user opts out of all data collection, all should be set to true.

Implemented types
Annotations

Constructors

WebViewReader.new({SelfDescribing? selfDescribingEventData, String? eventName, String? trackerVersion, String? useragent, String? pageUrl, String? pageTitle, String? referrer, String? category, String? action, String? label, String? property, double? value, int? pingXOffsetMin, int? pingXOffsetMax, int? pingYOffsetMin, int? pingYOffsetMax})
const
WebViewReader.fromMap(Map<String, Object?> map)

Properties

action String?
final
category String?
final
eventName String?
final
hashCode int
The hash code for this object.
no setterinherited
label String?
final
pageTitle String?
final
pageUrl String?
final
pingXOffsetMax int?
final
pingXOffsetMin int?
final
pingYOffsetMax int?
final
pingYOffsetMin int?
final
property String?
final
referrer String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfDescribingEventData SelfDescribing?
final
trackerVersion String?
final
useragent String?
final
value double?
final

Methods

endpoint() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited