public interface OnNavigateListener
addOnNavigateListener
method. The OnNavigateListener
is
primarily responsible for intercepting web requests for inspection.Modifier and Type | Method and Description |
---|---|
boolean |
onNavigate(java.lang.String url)
Called before navigating to the supplied Url.
|