public static interface

AmazonWebChromeClient.OnCreateWindowCallback

com.amazon.android.webkit.AmazonWebChromeClient.OnCreateWindowCallback

Class Overview

The OnCreateWindowCallback interface is used in onCreateWindow(AmazonWebView, boolean, boolean, Bundle, AmazonWebChromeClient.OnCreateWindowCallback) to handle window creation without any explicit down casts.

Summary

Public Methods
abstract void allow(AmazonWebView webview)
Create a new window to hold the contents, equivalent to setWebView(android.webkit.WebView)
abstract void disallow()
Do not allow the new window to be created.

Public Methods

public abstract void allow (AmazonWebView webview)

Create a new window to hold the contents, equivalent to setWebView(android.webkit.WebView)

Parameters
webview The new web view.

public abstract void disallow ()

Do not allow the new window to be created.