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 canUseNetworkState = true,
  13. bool canUseStoragePermission = true,
  14. bool canReadInstalledPackages = true,
  15. List<String> installedPackages = defaultInstalledPackages,
  16. bool canRecordAudio = true,
  17. bool canReadBootId = true,
  18. bool canReadNearbyWifiList = true,
  19. bool canUseSensor = true,
  20. bool canUseSimOperator = true,
  21. String simOperatorCode = "",
  22. 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.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 = ""});