Database

class Database(val rasp: RASP)

Class used for the system or the network diagnostic, as well as attack occurrence checks.

You can for instance check if the WiFi is opened, if the Bluetooth is enabled, if geolocation tracking is enabled, etc.

Additionally, with this class is possible to perform checks regarding the occurrence of specific attacks such as: Man-in-the-Middle, or Rogue Cell Tower threats.

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Properties

Link copied to clipboard
val rasp: RASP

Functions

Link copied to clipboard

Get all event metrics that occurred on database.

Link copied to clipboard
fun open(callback: ApplicationDatabase.() -> Unit)

Open local database.

Link copied to clipboard
fun recordEvent(name: String, status: Boolean)

Record event on database.