dispatchKeyEvent

abstract fun dispatchKeyEvent(event: KeyEvent): Boolean

Dispatch the key event received by the BrightcoveMediaController.

Return

True if the event was handled, false otherwise.

Parameters

event

the Key Event

See also

android.view.View#dispatchKeyEvent(KeyEvent)