AndroidInsights constructor
const
AndroidInsights({
- 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? adbConnected,
- bool? adbEnabled,
- String? appInstallerSource,
- bool? googlePlayStoreInstall,
- bool? isAppCloned,
- bool? isAppTampered,
- bool? isDebuggingEnabled,
- bool? isHookingDetected,
- bool? isOEMUnlockAllowed,
- bool? isSimPresent,
- int? requestTimestamp,
- bool? rooted,
- bool? screenSharing,
Implementation
const AndroidInsights({
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.adbConnected,
this.adbEnabled,
this.appInstallerSource,
this.googlePlayStoreInstall,
this.isAppCloned,
this.isAppTampered,
this.isDebuggingEnabled,
this.isHookingDetected,
this.isOEMUnlockAllowed,
this.isSimPresent,
this.requestTimestamp,
this.rooted,
this.screenSharing,
});