ConfigureResourceFiltersEvent

data class ConfigureResourceFiltersEvent(val nanoTime: Long = System.nanoTime(), val systemTimestamp: Long = System.currentTimeMillis(), val additions: List<String> = listOf(), val removals: List<String> = listOf()) : SessionEvent

Defines an event for configuring the resource filters See https://tech.utugit.fi/soft/tools/power/doc/manual/usage/data/

Parameters

additions

Filters to add

removals

Filters to remove

Constructors

Link copied to clipboard
constructor(nanoTime: Long = System.nanoTime(), systemTimestamp: Long = System.currentTimeMillis(), additions: List<String> = listOf(), removals: List<String> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
open override val nanoTime: Long

Current value of the most precise available system timer, in nanoseconds.

Link copied to clipboard
Link copied to clipboard
open override val systemTimestamp: Long

Current time in milliseconds.

Functions

Link copied to clipboard
open override fun toString(): String