Interface KeyboardManager.ViewDelegate

    • Method Detail

      • onTextInputKeyEvent

        boolean onTextInputKeyEvent​(@NonNull
                                    KeyEvent keyEvent)
        Send a KeyEvent that is not handled by the keyboard responders to the text input system.
        Parameters:
        keyEvent - the KeyEvent that should be processed by the text input system. It must not be null.
        Returns:
        Whether the text input handles the key event.
      • redispatch

        void redispatch​(@NonNull
                        KeyEvent keyEvent)
        Send a KeyEvent that is not handled by Flutter back to the platform.