PageViewMessageBody constructor

PageViewMessageBody({
  1. String? anonId,
  2. String? userId,
  3. String? eventType,
  4. String? eventLocation,
  5. String? deviceType,
  6. String? pageType,
  7. String? osVersion,
  8. String? userType,
  9. int? scrollDepth,
  10. int? pageLength,
  11. String? userSourceData,
  12. String? clientId,
  13. int? idleTimeSpent,
  14. int? activeTimeSpent,
  15. int? totalTimeSpent,
  16. String? contentId,
  17. bool? adblocker,
  18. bool? premiumContent,
  19. bool? unlockedStatus,
  20. String? accessType,
  21. String? url,
  22. String? osName,
  23. String? browser,
  24. String? userAgent,
  25. String? mobileModel,
})

Implementation

PageViewMessageBody(
    {
    this.anonId,
    this.userId,
    this.eventType,
    this.eventLocation,
    this.deviceType,
    this.pageType,
    this.osVersion,
    this.userType,
    this.scrollDepth,
    this.pageLength,
    this.userSourceData,
    this.clientId,
    this.idleTimeSpent,
    this.activeTimeSpent,
    this.totalTimeSpent,
    this.contentId,
    this.adblocker,
    this.premiumContent,
    this.unlockedStatus,
    this.accessType,
    this.url,
    this.osName,
    this.browser,
    this.userAgent,
    this.mobileModel});