AdjustEventSuccess constructor

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

Implementation

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