BeiziCustomController constructor
BeiziCustomController({
- bool? isPersonalRecommend,
- bool canUseLocation = true,
- BeiziLocation? location,
- bool canUseWifiState = true,
- bool canUsePhoneState = true,
- bool canUseOaid = true,
- bool canUseGaid = true,
- String? devOaid,
- String? oaidVersion,
- bool canUseAppList = true,
- bool shouldForbidSensor = false,
- bool canUseAndroidId = true,
- 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,
});