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