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 Detail

      • onWindowFocusChanged

        void onWindowFocusChanged​(boolean hasFocus)