EventPublisher

interface EventPublisher<in T : Event>

Generic event publisher. It should be used in conjunction with the EventChannel.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun publish(event: T)

Publishes an event of the given T type.

Inheritors

Link copied to clipboard
Link copied to clipboard