pauses

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

occurs when the media is paused either by the user or programmatically

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 pauses: Listener<Event, T>

occurs when the media is paused either by the user or programmatically