从Chrome自定义标签获取下载回调

时间:2019-06-28 14:45:44

标签: android android-webview chrome-custom-tabs

对于用于Android的Chrome自定义标签

,是否有其他替代方法可用于在WebView中跟踪代码,用于获取下载回调
webView.setDownloadListener(new DownloadListener() {
    @Override
    public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) {
        //handle download action internally
    }
}

0 个答案:

没有答案
相关问题