IPDCustomController constructor
IPDCustomController({
- 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,
Implementation
IPDCustomController(
{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});