IntelligenceResponse constructor
IntelligenceResponse({
- String? requestId,
- List<
String> ? clientUserIds, - List<
String> ? sign3UserIds, - bool? newDevice,
- String? deviceId,
- bool? vpn,
- bool? proxy,
- bool? emulator,
- bool? remoteAppProviders,
- int? remoteAppProvidersCount,
- bool? mirroredScreen,
- bool? cloned,
- bool? geoSpoofed,
- bool? rooted,
- String? ip,
- IPDetails? ipDetails,
- bool? hooking,
- bool? factoryReset,
- bool? appTampering,
- AllSimInfo? simInfo,
- GPSLocationData? gpsLocation,
- double? deviceRiskScore,
- double? sessionRiskScore,
- 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,
});