public static interface POBHTMLViewClient.HTMLViewClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPageFinished(android.webkit.WebView view)
Notify the host application that a page has finished loading.
|
void |
onReceivedError(com.pubmatic.sdk.common.POBError error)
Report an error received.
|
boolean |
shouldOverrideUrlLoading(java.lang.String url)
Give the host application a chance to take control when a URL is about to be loaded in
the WebView.
|
boolean shouldOverrideUrlLoading(@Nullable
java.lang.String url)
url - The URL to be loaded.void onPageFinished(@NonNull
android.webkit.WebView view)
view - The WebView that is initiating the callback.void onReceivedError(@NonNull
com.pubmatic.sdk.common.POBError error)
error - Information about the error occurred.