AdjustEventFailure constructor

AdjustEventFailure({
  1. String? message,
  2. String? timestamp,
  3. String? adid,
  4. String? eventToken,
  5. String? callbackId,
  6. String? jsonResponse,
  7. bool? willRetry,
})

Implementation

AdjustEventFailure({
  this.message,
  this.timestamp,
  this.adid,
  this.eventToken,
  this.callbackId,
  this.jsonResponse,
  this.willRetry,
});