Added in API level 7
    CustomViewCallback
interface CustomViewCallback
| android.webkit.WebChromeClient.CustomViewCallback | 
A callback interface used by the host application to notify the current page that its custom view has been dismissed.
Summary
| Public methods | |
|---|---|
| abstract Unit | Invoked when the host application dismisses the custom view. | 
Public methods
onCustomViewHidden
Added in API level 7
      abstract fun onCustomViewHidden(): Unit
Invoked when the host application dismisses the custom view.
