BeiziCustomController constructor

BeiziCustomController({
  1. bool? isPersonalRecommend,
  2. bool canUseLocation = true,
  3. BeiziLocation? location,
  4. bool canUseWifiState = true,
  5. bool canUsePhoneState = true,
  6. bool canUseOaid = true,
  7. bool canUseGaid = true,
  8. String? devOaid,
  9. String? oaidVersion,
  10. bool canUseAppList = true,
  11. bool shouldForbidSensor = false,
  12. bool canUseAndroidId = true,
  13. String? androidId,
})

Implementation

BeiziCustomController({
  this.isPersonalRecommend,
  this.canUseLocation = true,
  this.location,
  this.canUseWifiState = true,
  this.canUsePhoneState = true,
  this.canUseOaid = true,
  this.canUseGaid = true,
  this.devOaid,
  this.oaidVersion,
  this.canUseAppList = true,
  this.shouldForbidSensor = false,
  this.canUseAndroidId = true,
  this.androidId,
});