ZJCustomController constructor

ZJCustomController({
  1. bool canReadLocation = true,
  2. double longitude = 0.0000,
  3. double latitude = 0.0000,
  4. bool canUsePhoneState = true,
  5. String imei = "",
  6. bool canUseAndroidId = true,
  7. String androidId = "",
  8. bool canUseMacAddress = true,
  9. String macAddress = "",
  10. bool canUseOaid = true,
  11. String oaid = "",
  12. bool canUseGaid = true,
  13. String gaid = "",
  14. bool canUseNetworkState = true,
  15. bool canUseStoragePermission = true,
  16. bool canReadInstalledPackages = true,
  17. List<String> installedPackages = defaultInstalledPackages,
  18. bool canRecordAudio = true,
  19. bool canReadBootId = true,
  20. bool canReadNearbyWifiList = true,
  21. bool canUseSensor = true,
  22. bool canUseSimOperator = true,
  23. String simOperatorCode = "",
  24. String simOperatorName = "",
  25. bool? canUseLocation = true,
  26. bool? canUseWiFiBSSID = true,
  27. bool? canUseIDFA = true,
  28. bool? canUseIDFV = true,
  29. bool? canUsePhoneStatus = true,
  30. bool? canUseDeviceId = true,
  31. bool? canUseOSVersionName = true,
  32. bool? canUseOSVersionCode = true,
  33. bool? canUsePackageName = true,
  34. bool? canUseAppVersionName = true,
  35. bool? canUseAppVersionCode = true,
  36. bool? canUseBrand = true,
  37. bool? canUseModel = true,
  38. bool? canUseScreen = true,
  39. bool? canUseOrient = true,
  40. bool? canUseNetworkType = true,
  41. bool? canUseMNC = true,
  42. bool? canUseMCC = true,
  43. bool? canUseOSLanguage = true,
  44. bool? canUseTimeZone = true,
  45. bool? canUseUserAgent = true,
  46. bool? isCanUseMotionManager = true,
  47. bool? canUseIPAddress = true,
  48. bool? isOnlyICPNumber = false,
  49. bool? turnOnTeenMode = false,
})

Implementation

ZJCustomController({
  this.canReadLocation = true,
  this.longitude = 0.0000,
  this.latitude = 0.0000,
  this.canUsePhoneState = true,
  this.imei = "",
  this.canUseAndroidId = true,
  this.androidId = "",
  this.canUseMacAddress = true,
  this.macAddress = "",
  this.canUseOaid = true,
  this.oaid = "",
  this.canUseGaid = true,
  this.gaid = "",
  this.canUseNetworkState = true,
  this.canUseStoragePermission = true,
  this.canReadInstalledPackages = true,
  this.installedPackages = defaultInstalledPackages,
  this.canRecordAudio = true,
  this.canReadBootId = true,
  this.canReadNearbyWifiList = true,
  this.canUseSensor = true,
  this.canUseSimOperator = true,
  this.simOperatorCode = "",
  this.simOperatorName = "",
  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,
  this.canUseIPAddress = true,
  this.isOnlyICPNumber = false,
  this.turnOnTeenMode = false,
});