Full Security Scan Result
data class FullSecurityScanResult(val osInfo: OsInfo, val isDeviceSecure: Boolean, val biometryLevel: BiometryLevel, val rootInfo: RootInfo, val storageInfo: StorageInfo, val connectivityInfo: ConnectivityInfo)
The master object containing the complete security posture of the user's device. This is returned by Redampio.performFullScan.
Constructors
Link copied to clipboard
constructor(osInfo: OsInfo, isDeviceSecure: Boolean, biometryLevel: BiometryLevel, rootInfo: RootInfo, storageInfo: StorageInfo, connectivityInfo: ConnectivityInfo)
Properties
Link copied to clipboard
The current enrollment and hardware status of biometrics.
Link copied to clipboard
Details about external connection adapters.
Link copied to clipboard
True if the device is encrypted via a PIN, Pattern, or Password.
Link copied to clipboard
Details about device capacity affecting critical updates.