ZJCustomController constructor
ZJCustomController({
- bool canReadLocation = true,
- double longitude = 0.0000,
- double latitude = 0.0000,
- bool canUsePhoneState = true,
- String imei = "",
- bool canUseAndroidId = true,
- String androidId = "",
- bool canUseMacAddress = true,
- String macAddress = "",
- bool canUseOaid = true,
- String oaid = "",
- bool canUseNetworkState = true,
- bool canUseStoragePermission = true,
- bool canReadInstalledPackages = true,
- List<
String> installedPackages = defaultInstalledPackages, - bool canRecordAudio = true,
- bool canReadBootId = true,
- bool canReadNearbyWifiList = true,
- bool canUseSensor = true,
- bool canUseSimOperator = true,
- String simOperatorCode = "",
- 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 = ""});