Interface CefWebPluginUnstableCallback


  • public interface CefWebPluginUnstableCallback
    Interface to implement for receiving unstable plugin information. The methods of this class will be called on the browser process IO thread.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void isUnstable​(java.lang.String path, boolean unstable)
      Method that will be called for the requested plugin.
    • Method Detail

      • isUnstable

        void isUnstable​(java.lang.String path,
                        boolean unstable)
        Method that will be called for the requested plugin.
        Parameters:
        path - Plugin file path (DLL/bundle/library).
        unstable - True if the plugin has reached the crash count threshold of 3 times in 120 seconds.