IntelligenceResponse constructor

IntelligenceResponse({
  1. String? requestId,
  2. List<String>? clientUserIds,
  3. List<String>? sign3UserIds,
  4. bool? newDevice,
  5. String? deviceId,
  6. bool? vpn,
  7. bool? proxy,
  8. bool? emulator,
  9. bool? remoteAppProviders,
  10. int? remoteAppProvidersCount,
  11. bool? mirroredScreen,
  12. bool? cloned,
  13. bool? geoSpoofed,
  14. bool? rooted,
  15. String? ip,
  16. IPDetails? ipDetails,
  17. bool? hooking,
  18. bool? factoryReset,
  19. bool? appTampering,
  20. AllSimInfo? simInfo,
  21. GPSLocationData? gpsLocation,
  22. double? deviceRiskScore,
  23. double? sessionRiskScore,
  24. Map<String, String>? additionalData,
})

Implementation

IntelligenceResponse({
  this.requestId,
  this.clientUserIds,
  this.sign3UserIds,
  this.newDevice,
  this.deviceId,
  this.vpn,
  this.proxy,
  this.emulator,
  this.remoteAppProviders,
  this.remoteAppProvidersCount,
  this.mirroredScreen,
  this.cloned,
  this.geoSpoofed,
  this.rooted,
  this.ip,
  this.ipDetails,
  this.hooking,
  this.factoryReset,
  this.appTampering,
  this.simInfo,
  this.gpsLocation,
  this.deviceRiskScore,
  this.sessionRiskScore,
  this.additionalData,
});