Flutter Engine
The Flutter Engine
|
Classes | |
class | AppSwitcherDescription |
enum | Brightness |
enum | ClipboardContentFormat |
enum | DeviceOrientation |
enum | HapticFeedbackType |
interface | PlatformMessageHandler |
enum | SoundType |
class | SystemChromeStyle |
enum | SystemUiMode |
enum | SystemUiOverlay |
Public Member Functions | |
PlatformChannel (@NonNull DartExecutor dartExecutor) | |
void | setPlatformMessageHandler (@Nullable PlatformMessageHandler platformMessageHandler) |
void | systemChromeChanged (boolean overlaysAreVisible) |
Public Attributes | |
final MethodChannel | channel |
Package Attributes | |
final MethodChannel.MethodCallHandler | parsingMethodCallHandler |
System channel that receives requests for host platform behavior, e.g., haptic and sound effects, system chrome configurations, and clipboard interaction.
Definition at line 27 of file PlatformChannel.java.
|
inline |
Constructs a PlatformChannel
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 213 of file PlatformChannel.java.
|
inline |
Sets the PlatformMessageHandler
which receives all events and requests that are parsed from the underlying platform channel.
Definition at line 222 of file PlatformChannel.java.
|
inline |
Informs Flutter of a change in the SystemUI overlays.
Definition at line 227 of file PlatformChannel.java.
final MethodChannel io.flutter.embedding.engine.systemchannels.PlatformChannel.channel |
Definition at line 30 of file PlatformChannel.java.
|
package |
Definition at line 34 of file PlatformChannel.java.