Misc

data class Misc(val rasp: RASP)

This class is used to handle saving events and retrieving logged events.

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
suspend fun generateToken(): String?
Link copied to clipboard
suspend fun token(): String?

Get a pre-generated token if exists otherwise generate it.