addExceptions

abstract suspend fun addExceptions(vararg exceptions: BlockingException)

Adds an entry to the set of exceptions. This method does not return until the new exceptions have been compiled and the filtering engine is ready.

Parameters

exceptions

The exceptions to the blocking rules to add.

Samples

com.sudoplatform.sudoadtrackerblocker.samples.Samples.addExceptions