Package io.flutter.plugin.common
Interface PluginRegistry.WindowFocusChangedListener
- All Known Implementing Classes:
FlutterPluginRegistry
- Enclosing interface:
- PluginRegistry
public static interface PluginRegistry.WindowFocusChangedListener
Delegate interface for handling window focus changes on behalf of the main
Activity
.-
Method Summary
-
Method Details
-
onWindowFocusChanged
void onWindowFocusChanged(boolean hasFocus)
-