BaseGridView.OnUnhandledKeyListener


public interface BaseGridView.OnUnhandledKeyListener


Listener for intercepting unhandled key events.

Summary

Public methods

abstract boolean

Returns true if the key event should be consumed.

Public methods

onUnhandledKey

Added in 1.0.0
abstract boolean onUnhandledKey(@NonNull KeyEvent event)

Returns true if the key event should be consumed.