initializeFromLastSession

suspend fun initializeFromLastSession(configuration: RASPConfiguration): RASP

Async function to initialize a RASP class. A license must be registered before using this function. It can be tested using the function canBeLoaded().

🛠 @ExperimentalStdlibApi UPCOMING CHANGES WITH DEVICE LICENSE 🛠

Return

a RASP class

Parameters

configuration

RASPConfiguration — class with app context and tenant parameters

Throws

It must be run in a coroutine context such as Dispatchers.IO.