Trigger

interface Trigger

A Trigger is a boolean expression that can be evaluated in an EventContext.

Functions

Link copied to clipboard
abstract fun matches(context: EventContext): Boolean

Returns true if the trigger matches the given EventContext.