EventOptions constructor

EventOptions({
  1. String? userId,
  2. String? deviceId,
  3. int? timestamp,
  4. int? eventId,
  5. int? sessionId,
  6. String? insertId,
  7. double? locationLat,
  8. double? locationLng,
  9. String? appVersion,
  10. String? versionName,
  11. String? platform,
  12. String? osName,
  13. String? osVersion,
  14. String? deviceBrand,
  15. String? deviceManufacturer,
  16. String? deviceModel,
  17. String? carrier,
  18. String? country,
  19. String? region,
  20. String? city,
  21. String? dma,
  22. String? idfa,
  23. String? idfv,
  24. String? adid,
  25. String? appSetId,
  26. String? androidId,
  27. String? language,
  28. String? library,
  29. String? ip,
  30. Plan? plan,
  31. IngestionMetadata? ingestionMetadata,
  32. double? revenue,
  33. double? price,
  34. int? quantity,
  35. String? productId,
  36. String? revenueType,
  37. String? currency,
  38. Map<String, dynamic>? extra,
  39. String? partnerId,
})

Implementation

EventOptions({
  this.userId,
  this.deviceId,
  this.timestamp,
  this.eventId,
  this.sessionId,
  this.insertId,
  this.locationLat,
  this.locationLng,
  this.appVersion,
  this.versionName,
  this.platform,
  this.osName,
  this.osVersion,
  this.deviceBrand,
  this.deviceManufacturer,
  this.deviceModel,
  this.carrier,
  this.country,
  this.region,
  this.city,
  this.dma,
  this.idfa,
  this.idfv,
  this.adid,
  this.appSetId,
  this.androidId,
  this.language,
  this.library,
  this.ip,
  this.plan,
  this.ingestionMetadata,
  this.revenue,
  this.price,
  this.quantity,
  this.productId,
  this.revenueType,
  this.currency,
  this.extra,
  this.partnerId,
});