DeviceIntegrityConfig

data class DeviceIntegrityConfig(val allowEmulator: Boolean = true, val allowDebuggerInDebug: Boolean = true)

How DeviceIntegrity interprets its raw signals.

Constructors

Link copied to clipboard
constructor(allowEmulator: Boolean = true, allowDebuggerInDebug: Boolean = true)

Properties

Link copied to clipboard

on a debuggable build an attached debugger is the IDE and is not treated as an attack signal.

Link copied to clipboard

emulators/simulators are allowed by default so CI/QA keeps working (they never gate; this only affects the logged signal).