MessageBodyEvent constructor
MessageBodyEvent({
- String? browser,
- String? osVersion,
- String? osName,
- String? mobileModel,
- String? deviceType,
- String? userAgent,
- String? url,
- String? userSourceData,
- int? isCookieBlocked,
- String? anonId,
- String? userId,
- String? paywallId,
- int? numOfCta,
- String? paywallType,
- String? paywallDisplayType,
- String? contentId,
- String? clientId,
- String? eventType,
- String? eventLocation,
- String? clickAction,
Implementation
MessageBodyEvent(
{this.browser,
this.osVersion,
this.osName,
this.mobileModel,
this.deviceType,
this.userAgent,
this.url,
this.userSourceData,
this.isCookieBlocked,
this.anonId,
this.userId,
this.paywallId,
this.numOfCta,
this.paywallType,
this.paywallDisplayType,
this.contentId,
this.clientId,
this.eventType,
this.eventLocation,
this.clickAction});