Added in API level 7
  
  
  
  
WebChromeClient.CustomViewCallback
  public
  static
  
  
  interface
  WebChromeClient.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
        
        
        
        
        void | 
      onCustomViewHidden()
      Invoked when the host application dismisses the custom view. | 
Public methods
onCustomViewHidden
    Added in API level 7
  
      
  
    public abstract void onCustomViewHidden ()
Invoked when the host application dismisses the custom view.
