Package io.flutter.plugin.common
Interface PluginRegistry.ViewDestroyListener
-
- All Known Implementing Classes:
FlutterPluginRegistry
- Enclosing interface:
- PluginRegistry
@Deprecated public static interface PluginRegistry.ViewDestroyListener
Deprecated.See https://flutter.dev/go/android-project-migration for migration details.Delegate interface for handling anActivity
's onDestroy method being called. A plugin that implements this interface can adopt theFlutterNativeView
by retaining a reference and returning true.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
onViewDestroy(FlutterNativeView view)
Deprecated.
-
-
-
Method Detail
-
onViewDestroy
boolean onViewDestroy(@NonNull FlutterNativeView view)
Deprecated.
-
-