public interface NetmeraWebViewCallback
Modifier and Type | Method and Description |
---|---|
boolean |
shouldOverrideUrlLoading(android.webkit.WebView view,
java.lang.String url)
Give the host application a chance to take over the control when a new
url is about to be loaded in the current WebView.
|
boolean shouldOverrideUrlLoading(android.webkit.WebView view, java.lang.String url)
view
- The WebView that is initiating the callback.url
- The url to be loaded.