IosZJCustomController constructor

IosZJCustomController({
  1. bool canUseLocation = true,
  2. bool canUseWiFiBSSID = true,
  3. bool canUseIDFA = true,
  4. bool canUseIDFV = true,
  5. bool canUsePhoneStatus = true,
  6. bool canUseDeviceId = true,
  7. bool canUseOSVersionName = true,
  8. bool canUseOSVersionCode = true,
  9. bool canUsePackageName = true,
  10. bool canUseAppVersionName = true,
  11. bool canUseAppVersionCode = true,
  12. bool canUseBrand = true,
  13. bool canUseModel = true,
  14. bool canUseScreen = true,
  15. bool canUseOrient = true,
  16. bool canUseNetworkType = true,
  17. bool canUseMNC = true,
  18. bool canUseMCC = true,
  19. bool canUseOSLanguage = true,
  20. bool canUseTimeZone = true,
  21. bool canUseUserAgent = true,
  22. bool isCanUseMotionManager = true,
})

Implementation

IosZJCustomController({
  this.canUseLocation = true,
  this.canUseWiFiBSSID = true,
  this.canUseIDFA = true,
  this.canUseIDFV = true,
  this.canUsePhoneStatus = true,
  this.canUseDeviceId = true,
  this.canUseOSVersionName = true,
  this.canUseOSVersionCode = true,
  this.canUsePackageName = true,
  this.canUseAppVersionName = true,
  this.canUseAppVersionCode = true,
  this.canUseBrand = true,
  this.canUseModel = true,
  this.canUseScreen = true,
  this.canUseOrient = true,
  this.canUseNetworkType = true,
  this.canUseMNC = true,
  this.canUseMCC = true,
  this.canUseOSLanguage = true,
  this.canUseTimeZone = true,
  this.canUseUserAgent = true,
  this.isCanUseMotionManager = true,
});