waitings

open fun waitings(init: Event.() -> Unit): Listener<Event, T>

occurs when the media has paused but is expected to resume (like when the media pauses to buffer more data)

Return

a Listener that emits Events on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


open val waitings: Listener<Event, T>

occurs when the media has paused but is expected to resume (like when the media pauses to buffer more data)