AdjustSessionSuccess constructor

AdjustSessionSuccess({
  1. String? message,
  2. String? timestamp,
  3. String? adid,
  4. String? jsonResponse,
})

Implementation

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