getEvent

abstract suspend fun getEvent(event: Event.Events): ActionContainer

Retrieves the action container for a specific event.

Return

the ActionContainer for the event

Parameters

event

the event to retrieve actions for