Interface ActivityPluginBinding.OnSaveInstanceStateListener

  • Enclosing interface:
    ActivityPluginBinding

    public static interface ActivityPluginBinding.OnSaveInstanceStateListener
    • Method Detail

      • onRestoreInstanceState

        void onRestoreInstanceState​(@Nullable
                                    Bundle bundle)
        Invoked when the associated Activity executes Activity.onCreate(Bundle) or associated Fragment executes Fragment#onCreate(Bundle).