IntelligenceResponse constructor
IntelligenceResponse({
- String? requestId,
- String? deviceId,
- String? sessionId,
- List<
String> ? clientUserIds, - bool? newDevice,
- String? ip,
- bool? vpn,
- bool? proxy,
- bool? geoSpoofed,
- bool? appTampering,
- bool? hooking,
- bool? factoryReset,
- bool? mirroredScreen,
- bool? cloned,
- double? deviceRiskScore,
- double? sessionRiskScore,
- int? factoryResetTime,
- Map<
String, String> ? additionalData, - AppliedRules? appliedRules,
- bool? genuineInstall,
- bool? harmfulAppDetected,
- bool? blacklistedDevice,
- bool? developerOptionsEnabled,
- bool? usbDebugging,
- bool? wirelessDebugging,
- bool? unsecuredWifi,
- bool? keyloggerDetected,
- RuleAction? ruleAction,
- bool? emulator,
- bool? remoteAppProviders,
- int? remoteAppProvidersCount,
- bool? rooted,
- AllSimInfo? simInfo,
- DeviceMeta? deviceMeta,
- AppAnalytics? appAnalytics,
- IPDetails? ipDetails,
- GPSLocationData? gpsLocation,
- bool? simulator,
- bool? jailbroken,
Implementation
IntelligenceResponse({
this.requestId,
this.deviceId,
this.sessionId,
this.clientUserIds,
this.newDevice,
this.ip,
this.vpn,
this.proxy,
this.geoSpoofed,
this.appTampering,
this.hooking,
this.factoryReset,
this.mirroredScreen,
this.cloned,
this.deviceRiskScore,
this.sessionRiskScore,
this.factoryResetTime,
this.additionalData,
this.appliedRules,
this.genuineInstall,
this.harmfulAppDetected,
this.blacklistedDevice,
this.developerOptionsEnabled,
this.usbDebugging,
this.wirelessDebugging,
this.unsecuredWifi,
this.keyloggerDetected,
this.ruleAction,
this.emulator,
this.remoteAppProviders,
this.remoteAppProvidersCount,
this.rooted,
this.simInfo,
this.deviceMeta,
this.appAnalytics,
this.ipDetails,
this.gpsLocation,
this.simulator,
this.jailbroken,
});