com.amazon.android.webkit.AmazonWebChromeClient.OnCreateWindowCallback |
The OnCreateWindowCallback interface is used in onCreateWindow(AmazonWebView, boolean, boolean, Bundle, AmazonWebChromeClient.OnCreateWindowCallback)
to handle window creation without any explicit down casts.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new window to hold the contents, equivalent to
setWebView(android.webkit.WebView) | |||||||||||
Do not allow the new window to be created.
|
Create a new window to hold the contents, equivalent to setWebView(android.webkit.WebView)
webview | The new web view. |
---|
Do not allow the new window to be created.