WebViewReader constructor

const WebViewReader({
  1. SelfDescribing? selfDescribingEventData,
  2. String? eventName,
  3. String? trackerVersion,
  4. String? useragent,
  5. String? pageUrl,
  6. String? pageTitle,
  7. String? referrer,
  8. String? category,
  9. String? action,
  10. String? label,
  11. String? property,
  12. double? value,
  13. int? pingXOffsetMin,
  14. int? pingXOffsetMax,
  15. int? pingYOffsetMin,
  16. 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});