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 = "",
})

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 = ""});