IntelligenceResponse constructor

IntelligenceResponse({
  1. String? requestId,
  2. String? deviceId,
  3. String? sessionId,
  4. List<String>? clientUserIds,
  5. bool? newDevice,
  6. String? ip,
  7. bool? vpn,
  8. bool? proxy,
  9. bool? geoSpoofed,
  10. bool? appTampering,
  11. bool? hooking,
  12. bool? factoryReset,
  13. bool? mirroredScreen,
  14. bool? cloned,
  15. double? deviceRiskScore,
  16. double? sessionRiskScore,
  17. int? factoryResetTime,
  18. Map<String, String>? additionalData,
  19. AppliedRules? appliedRules,
  20. bool? genuineInstall,
  21. bool? harmfulAppDetected,
  22. bool? blacklistedDevice,
  23. bool? developerOptionsEnabled,
  24. bool? usbDebugging,
  25. bool? wirelessDebugging,
  26. bool? unsecuredWifi,
  27. bool? keyloggerDetected,
  28. RuleAction? ruleAction,
  29. bool? emulator,
  30. bool? remoteAppProviders,
  31. int? remoteAppProvidersCount,
  32. bool? rooted,
  33. AllSimInfo? simInfo,
  34. DeviceMeta? deviceMeta,
  35. AppAnalytics? appAnalytics,
  36. IPDetails? ipDetails,
  37. GPSLocationData? gpsLocation,
  38. bool? simulator,
  39. 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,
});