Flutter Engine
The Flutter Engine
|
Classes | |
interface | EventResponseHandler |
class | FlutterKeyEvent |
Public Member Functions | |
KeyEventChannel (@NonNull BinaryMessenger binaryMessenger) | |
void | sendFlutterKeyEvent ( @NonNull FlutterKeyEvent keyEvent, boolean isKeyUp, @NonNull EventResponseHandler responseHandler) |
Public Attributes | |
final BasicMessageChannel< Object > | channel |
Event message channel for key events to/from the Flutter framework.
Sends key up/down events to the framework, and receives asynchronous messages from the framework about whether or not the key was handled.
Definition at line 25 of file KeyEventChannel.java.
|
inline |
A constructor that creates a KeyEventChannel with the default message handler.
binaryMessenger | the binary messenger used to send messages on this channel. |
Definition at line 45 of file KeyEventChannel.java.
|
inline |
Definition at line 52 of file KeyEventChannel.java.
final BasicMessageChannel<Object> io.flutter.embedding.engine.systemchannels.KeyEventChannel.channel |
Definition at line 50 of file KeyEventChannel.java.