Class LifecycleChannel
- java.lang.Object
-
- io.flutter.embedding.engine.systemchannels.LifecycleChannel
-
public class LifecycleChannel extends Object
TODO(mattcarroll): fill in javadoc for LifecycleChannel.
-
-
Field Summary
Fields Modifier and Type Field Description BasicMessageChannel<String>
channel
-
Constructor Summary
Constructors Constructor Description LifecycleChannel(DartExecutor dartExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appIsDetached()
void
appIsInactive()
void
appIsPaused()
void
appIsResumed()
-
-
-
Field Detail
-
channel
@NonNull public final BasicMessageChannel<String> channel
-
-
Constructor Detail
-
LifecycleChannel
public LifecycleChannel(@NonNull DartExecutor dartExecutor)
-
-