WebViewReader constructor
const
WebViewReader({
- 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,
Implementation
const WebViewReader(
{this.selfDescribingEventData,
this.eventName,
this.trackerVersion,
this.useragent,
this.pageUrl,
this.pageTitle,
this.referrer,
this.category,
this.action,
this.label,
this.property,
this.value,
this.pingXOffsetMin,
this.pingXOffsetMax,
this.pingYOffsetMin,
this.pingYOffsetMax});