IOSInsights constructor
const
IOSInsights({
- GPSLocation? gpsLocation,
- String? ip,
- IPLocation? ipLocation,
- IPSecurity? ipSecurity,
- String? ipType,
- String? os,
- bool? accessibilityEnabled,
- String? behaviouralRiskLevel,
- double? confidenceScore,
- int? createdAt,
- bool? debuggable,
- bool? developerMode,
- String? deviceRiskLevel,
- int? deviceRiskScore,
- int? deviceTrustScore,
- bool? emulator,
- String? factoryResetRisk,
- int? factoryResetTime,
- String? fingerprint,
- int? firstSeenDays,
- String? merchantId,
- bool? mitmAttackDetected,
- bool? mockgps,
- String? model,
- NetworkInformation? networkInformation,
- String? package,
- bool? remoteDesktop,
- String? requestId,
- List<
String> ? riskCauses, - String? riskLevel,
- int? riskScore,
- String? sessionId,
- int? timestamp,
- String? userId,
- bool? voiceCallDetected,
- bool? appStoreInstall,
- bool? fridaDetected,
- bool? jailbreak,
- int? statusCode,
Implementation
const IOSInsights({
super.gpsLocation,
super.ip,
super.ipLocation,
super.ipSecurity,
super.ipType,
super.os,
super.accessibilityEnabled,
super.behaviouralRiskLevel,
super.confidenceScore,
super.createdAt,
super.debuggable,
super.developerMode,
super.deviceRiskLevel,
super.deviceRiskScore,
super.deviceTrustScore,
super.emulator,
super.factoryResetRisk,
super.factoryResetTime,
super.fingerprint,
super.firstSeenDays,
super.merchantId,
super.mitmAttackDetected,
super.mockgps,
super.model,
super.networkInformation,
super.package,
super.remoteDesktop,
super.requestId,
super.riskCauses,
super.riskLevel,
super.riskScore,
super.sessionId,
super.timestamp,
super.userId,
super.voiceCallDetected,
this.appStoreInstall,
this.fridaDetected,
this.jailbreak,
this.statusCode,
});