AMPSCustomControllerParam constructor

AMPSCustomControllerParam({
  1. bool? isCanUsePhoneState,
  2. String? OAID,
  3. bool? isSupportPersonalized,
  4. UnderageTag? getUnderageTag,
  5. String? userAgent,
  6. bool? isCanUseSensor,
  7. bool? isLocationEnabled,
  8. AMPSLocation? location,
})

Implementation

AMPSCustomControllerParam({
  this.isCanUsePhoneState,
  this.OAID,
  this.isSupportPersonalized,
  this.getUnderageTag,
  this.userAgent,
  this.isCanUseSensor,
  this.isLocationEnabled,
  this.location,
});