MutableEngineLifecycle

An internal implementation of the EngineLifecycle interface that allows emitting events.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun <T> emit(event: EngineLifecycleEvent<T>, payload: T)
Link copied to clipboard
open override fun <T> on(event: EngineLifecycleEvent<T>, consume: (T) -> Unit)