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

    Modifier and Type
    Method
    Description
    void
    onWindowFocusChanged(boolean hasFocus)
     
  • Method Details

    • onWindowFocusChanged

      void onWindowFocusChanged(boolean hasFocus)