RASPLicense

abstract class RASPLicense(val rasp: RASP, val accessKey: String)

License management and validity

Parameters

rasp

RASP — the main instance to use the Pradeo software

accessKey

String — a unique company key

Inheritors

Constructors

Link copied to clipboard
constructor(rasp: RASP, accessKey: String)

Properties

Link copied to clipboard
Link copied to clipboard
val rasp: RASP

Functions

Link copied to clipboard
abstract suspend fun checkLicense(feature: LicensedFeatures)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard