public interface CefWebPluginUnstableCallback
限定符和类型 | 方法和说明 |
---|---|
void |
isUnstable(java.lang.String path, boolean unstable)
Method that will be called for the requested plugin.
(将为请求的插件调用的方法。)
|
void isUnstable(java.lang.String path, boolean unstable)
path
- Plugin file path (DLL/bundle/library).
(-插件文件路径(DLL /捆绑/库)。)
unstable
- True if the plugin has reached the crash count threshold of 3 times in 120 seconds.
(-如果插件在120秒内达到3次崩溃计数阈值,则为true。)