Toolkit

class Toolkit(rasp: RASP)

Toolkit class for permissions, database and other calls

It allows via Toolkit.Application to list the installed applications.

Toolkit.Misc allow to manage the events saving and get saved events.

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)

This class is used to perform actions on the application packages of the device

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

This class is used to manage the events saving and get saved events.

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

Data class for a permission

Properties

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