Package com.pubmatic.sdk.webrendering.ui
Interface POBHTMLViewClient.OnRenderProcessGoneListener
-
- All Implemented Interfaces:
public interface POBHTMLViewClient.OnRenderProcessGoneListenerInterface definition delegate WebView Render Process terminated.
-
-
Method Summary
Modifier and Type Method Description abstract voidonRenderProcessGone()Notifies the WebView Rendering Process terminated, clean up the WebView by cleaning up and removing it from View hierarchy. -
-
Method Detail
-
onRenderProcessGone
abstract void onRenderProcessGone()
Notifies the WebView Rendering Process terminated, clean up the WebView by cleaning up and removing it from View hierarchy.
-
-
-
-