AdjustSessionFailure constructor

AdjustSessionFailure({
  1. String? message,
  2. String? timestamp,
  3. String? adid,
  4. String? jsonResponse,
  5. bool? willRetry,
})

Implementation

AdjustSessionFailure({
  this.message,
  this.timestamp,
  this.adid,
  this.jsonResponse,
  this.willRetry,
});