IntelligenceResponse constructor

IntelligenceResponse({
  1. String? requestId,
  2. String? deviceId,
  3. List<String>? clientUserIds,
  4. List<String>? sign3UserIds,
  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. bool? emulator,
  20. bool? remoteAppProviders,
  21. int? remoteAppProvidersCount,
  22. bool? rooted,
  23. AllSimInfo? simInfo,
  24. DeviceMeta? deviceMeta,
  25. AppAnalytics? appAnalytics,
  26. IPDetails? ipDetails,
  27. GPSLocationData? gpsLocation,
  28. bool? simulator,
  29. bool? jailbroken,
})

Implementation

IntelligenceResponse({
  this.requestId,
  this.deviceId,
  this.clientUserIds,
  this.sign3UserIds,
  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.emulator,
  this.remoteAppProviders,
  this.remoteAppProvidersCount,
  this.rooted,
  this.simInfo,
  this.deviceMeta,
  this.appAnalytics,
  this.ipDetails,
  this.gpsLocation,
  this.simulator,
  this.jailbroken,
});