Flutter Engine
The Flutter Engine
|
Public Member Functions | |
LifecycleChannel (@NonNull DartExecutor dartExecutor) | |
LifecycleChannel (@NonNull BasicMessageChannel< String > channel) | |
void | aWindowIsFocused () |
void | noWindowsAreFocused () |
void | appIsResumed () |
void | appIsInactive () |
void | appIsPaused () |
void | appIsDetached () |
A BasicMessageChannel
that communicates lifecycle events to the framework.
The activity listens to the Android lifecycle events, in addition to the focus events for windows, and this channel combines that information to decide if the application is the inactive, resumed, paused, or detached state.
Definition at line 22 of file LifecycleChannel.java.
|
inline |
Definition at line 45 of file LifecycleChannel.java.
|
inline |
Definition at line 50 of file LifecycleChannel.java.
|
inline |
Definition at line 135 of file LifecycleChannel.java.
|
inline |
Definition at line 127 of file LifecycleChannel.java.
|
inline |
Definition at line 131 of file LifecycleChannel.java.
|
inline |
Definition at line 123 of file LifecycleChannel.java.
|
inline |
Definition at line 114 of file LifecycleChannel.java.
|
inline |
Definition at line 119 of file LifecycleChannel.java.