HandleableTriggersHolder

open class HandleableTriggersHolder<T>(preset: List<T>)

Functions

Link copied to clipboard
suspend fun registerHandleable(data: T)
Link copied to clipboard
suspend fun unregisterHandleable(data: T)

Properties

Link copied to clipboard
val handleable: List<T>

Inheritors

Link copied to clipboard
Link copied to clipboard