BatchRecordEventsRequest constructor

BatchRecordEventsRequest({
  1. String? droidGuardBlob,
  2. List<PlayerGameEvent>? events,
  3. String? packageName,
  4. String? requestTime,
  5. String? salt,
})

Implementation

BatchRecordEventsRequest({
  this.droidGuardBlob,
  this.events,
  this.packageName,
  this.requestTime,
  this.salt,
});