Flutter Engine
The Flutter Engine
|
Classes | |
interface | KeyboardMethodHandler |
Public Member Functions | |
KeyboardChannel (@NonNull BinaryMessenger messenger) | |
void | setKeyboardMethodHandler (@Nullable KeyboardMethodHandler keyboardMethodHandler) |
Public Attributes | |
final MethodChannel | channel |
final MethodChannel.MethodCallHandler | parsingMethodHandler |
Event message channel for keyboard events to/from the Flutter framework.
Receives asynchronous messages from the framework to query the engine known pressed state.
Definition at line 21 of file KeyboardChannel.java.
|
inline |
Definition at line 54 of file KeyboardChannel.java.
|
inline |
Sets the KeyboardMethodHandler
which receives all requests to query the keyboard state.
Definition at line 62 of file KeyboardChannel.java.
final MethodChannel io.flutter.embedding.engine.systemchannels.KeyboardChannel.channel |
Definition at line 22 of file KeyboardChannel.java.
final MethodChannel.MethodCallHandler io.flutter.embedding.engine.systemchannels.KeyboardChannel.parsingMethodHandler |
Definition at line 26 of file KeyboardChannel.java.