Watcher

class Watcher(rasp: RASP)

Class used for watching Network and System section changes, such as Bluetooth activation, or rooted device detection

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Types

Link copied to clipboard
data class Application(val rasp: RASP)
Link copied to clipboard
data class Network(val rasp: RASP)

This class is used to start the watching of Network changes.

Link copied to clipboard
data class RuntimeCheck(val rasp: RASP) : ViewModel

This class holds and manage runtime checks collection, it implements a ViewModel

Link copied to clipboard
data class System(val rasp: RASP)

This class is used to start the watching of System changes.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard