-
public interface MLSPlaybackTransportRowView.OnUnhandledKeyListener
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonUnhandledKey(KeyEvent event)Returns true if the key event should be consumed. -
-
Method Detail
-
onUnhandledKey
abstract Boolean onUnhandledKey(KeyEvent event)
Returns true if the key event should be consumed.
-
-
-
-