MessageBodyEvent constructor

MessageBodyEvent({
  1. String? browser,
  2. String? osVersion,
  3. String? osName,
  4. String? mobileModel,
  5. String? deviceType,
  6. String? userAgent,
  7. String? url,
  8. String? userSourceData,
  9. int? isCookieBlocked,
  10. String? anonId,
  11. String? userId,
  12. String? paywallId,
  13. int? numOfCta,
  14. String? paywallType,
  15. String? paywallDisplayType,
  16. String? contentId,
  17. String? clientId,
  18. String? eventType,
  19. String? eventLocation,
  20. 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});