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 canUseGaid = true,
- String gaid = "",
- 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 = "",
- bool? canUseLocation = true,
- bool? canUseWiFiBSSID = true,
- bool? canUseIDFA = true,
- bool? canUseIDFV = true,
- bool? canUsePhoneStatus = true,
- bool? canUseDeviceId = true,
- bool? canUseOSVersionName = true,
- bool? canUseOSVersionCode = true,
- bool? canUsePackageName = true,
- bool? canUseAppVersionName = true,
- bool? canUseAppVersionCode = true,
- bool? canUseBrand = true,
- bool? canUseModel = true,
- bool? canUseScreen = true,
- bool? canUseOrient = true,
- bool? canUseNetworkType = true,
- bool? canUseMNC = true,
- bool? canUseMCC = true,
- bool? canUseOSLanguage = true,
- bool? canUseTimeZone = true,
- bool? canUseUserAgent = true,
- bool? isCanUseMotionManager = true,
- bool? canUseIPAddress = true,
- bool? isOnlyICPNumber = false,
- 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,
});