DeviceIntegrityReport
data class DeviceIntegrityReport(val rooted: Boolean, val emulator: Boolean, val debuggerAttached: Boolean, val signals: List<String>, val inspected: Boolean = true)
Outcome of a DeviceIntegrity.inspect pass.
Constructors
Properties
Link copied to clipboard
a debugger is attached and not tolerated by config.
Link copied to clipboard
The default gate a caller acts on. Emulator alone does NOT compromise; root/jailbreak or a (non-tolerated) debugger do. A caller that wants to tolerate root reads rooted directly.