void onSafebrowsingHit(WebView View, WebResourceRequest request, List<SafeBrowsingThreat> threats, ValueCallback<Integer> action)
SafebrowsingThread is a GMSCore API. We may want to define our own constants
Actions are:
SAFEBROWSING_SHOW_INTERSTITIAL: WebView should show interstitial (Default)
SAFEBROWSING_BACK_TO_SAFETY: WebView should behave as if Back to safety is clicked.
SAFEBROWSING_PROCEED: WebView should behave as if Proceed button is clicked.
if app does not override default behavior is taken.
Comment 1 by jialiul@chromium.org
, Apr 7 2017Labels: SafeBrowsing-Triaged
Status: Assigned (was: Untriaged)