Properties

Link copied to clipboard
Link copied to clipboard
abstract val event: E
Link copied to clipboard
open val interaction: Interaction

Functions

Link copied to clipboard
inline suspend fun <E : GenericEvent> InteractionContext<*>.await(timeout: Duration, crossinline filter: suspend (event: E) -> Boolean): E?