PageViewMessageBody constructor
PageViewMessageBody({
- String? anonId,
- String? userId,
- String? eventType,
- String? eventLocation,
- String? deviceType,
- String? pageType,
- String? osVersion,
- String? userType,
- int? scrollDepth,
- int? pageLength,
- String? userSourceData,
- String? clientId,
- int? idleTimeSpent,
- int? activeTimeSpent,
- int? totalTimeSpent,
- String? contentId,
- bool? adblocker,
- bool? unlockedStatus,
- String? accessType,
- String? url,
- String? osName,
- String? browser,
- String? userAgent,
- 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});