public interface ResourceHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLoadResource(ResourceParams params)
Invoked when native engine decides whether specified resource should be requested from web server and loaded.
当本机引擎决定是否应从Web服务器请求并加载指定资源时调用。 |
boolean canLoadResource(ResourceParams params)
params - information about resource.
-有关资源的信息。
false to cancel resource loading.
取消资源加载。