Flutter Engine
The Flutter Engine
|
Classes | |
interface | PlatformViewBufferResized |
class | PlatformViewBufferSize |
class | PlatformViewCreationRequest |
class | PlatformViewResizeRequest |
interface | PlatformViewsHandler |
class | PlatformViewTouch |
Public Member Functions | |
void | invokeViewFocused (int viewId) |
PlatformViewsChannel (@NonNull DartExecutor dartExecutor) | |
void | setPlatformViewsHandler (@Nullable PlatformViewsHandler handler) |
System channel that sends 2-way communication between Flutter and Android to facilitate embedding of Android Views within a Flutter application.
Register a PlatformViewsHandler
to implement the Android side of this channel.
Definition at line 25 of file PlatformViewsChannel.java.
|
inline |
Constructs a PlatformViewsChannel
that connects Android to the Dart code running in dartExecutor
.
The given dartExecutor
is permitted to be idle or executing code.
See DartExecutor
.
Definition at line 267 of file PlatformViewsChannel.java.
|
inline |
Definition at line 31 of file PlatformViewsChannel.java.
|
inline |
Sets the PlatformViewsHandler
which receives all events and requests that are parsed from the underlying platform views channel.
Definition at line 277 of file PlatformViewsChannel.java.