Package-level declarations
Types
Link copied to clipboard
interface CheckSystemIntegrityUseCase
Checks if the system integrity by looking for signs that the system on which kalium runs on has been given root access.
Link copied to clipboard
internal class CheckSystemIntegrityUseCaseImpl(kaliumConfigs: KaliumConfigs, rootDetector: RootDetector, sessionRepository: SessionRepository) : CheckSystemIntegrityUseCase
Link copied to clipboard
interface RootDetector
Link copied to clipboard