ConfigureResourceFiltersEvent

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

Represents an event for configuring the resource filters.

Constructors

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

Properties

Link copied to clipboard

Filters to add

Link copied to clipboard
open override val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard

Filters to remove

Link copied to clipboard
open override val ts: Long

Event timestamp in milliseconds.

Functions

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