FileDocCategorySizeDatePackage
JavascriptInterface.javaAPI DocAndroid 5.1 API1290Thu Mar 12 22:22:10 GMT 2015android.webkit

JavascriptInterface

public class JavascriptInterface
Annotation that allows exposing methods to JavaScript. Starting from API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} and above, only methods explicitly marked with this annotation are available to the Javascript code. See {@link android.webkit.WebView#addJavascriptInterface} for more information about it.

Fields Summary
Constructors Summary
Methods Summary