public static interface FlutterView.FlutterEngineAttachmentListener
FlutterEngine is attached
to/detached from a given FlutterView.| Modifier and Type | Method and Description |
|---|---|
void |
onFlutterEngineAttachedToFlutterView(FlutterEngine engine)
The given
engine has been attached to the associated FlutterView. |
void |
onFlutterEngineDetachedFromFlutterView()
A previously attached
FlutterEngine has been detached
from the associated FlutterView. |
void onFlutterEngineAttachedToFlutterView(@NonNull
FlutterEngine engine)
engine has been attached to the associated FlutterView.void onFlutterEngineDetachedFromFlutterView()
FlutterEngine has been detached
from the associated FlutterView.