Stay organized with collections
Save and categorize content based on your preferences.
WebViewProviderFactoryBoundaryInterface
interface WebViewProviderFactoryBoundaryInterface
Summary
Public functions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# WebViewProviderFactoryBoundaryInterface\n=======================================\n\n\n```\ninterface WebViewProviderFactoryBoundaryInterface\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [createWebView](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#createWebView(android.webkit.WebView))`(webview: `[WebView](https://developer.android.com/reference/android/webkit/WebView.html)`?)` |\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [getProxyController](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getProxyController())`()` |\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [getServiceWorkerController](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getServiceWorkerController())`()` |\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [getStatics](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getStatics())`()` |\n| [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)`\u003c`[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?\u003e?` | [getSupportedFeatures](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getSupportedFeatures())`()` |\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [getTracingController](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getTracingController())`()` |\n| [InvocationHandler](https://developer.android.com/reference/java/lang/reflect/InvocationHandler.html)`?` | [getWebkitToCompatConverter](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#getWebkitToCompatConverter())`()` |\n| [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [setSupportLibraryVersion](/reference/kotlin/org/chromium/support_lib_boundary/WebViewProviderFactoryBoundaryInterface#setSupportLibraryVersion(java.lang.String))`(version: `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?)` |\n\nPublic functions\n----------------\n\n### createWebView\n\n```\nfun createWebView(webview: WebView?): InvocationHandler?\n``` \n\n### getProxyController\n\n```\nfun getProxyController(): InvocationHandler?\n``` \n\n### getServiceWorkerController\n\n```\nfun getServiceWorkerController(): InvocationHandler?\n``` \n\n### getStatics\n\n```\nfun getStatics(): InvocationHandler?\n``` \n\n### getSupportedFeatures\n\n```\nfun getSupportedFeatures(): Array\u003cString?\u003e?\n``` \n\n### getTracingController\n\n```\nfun getTracingController(): InvocationHandler?\n``` \n\n### getWebkitToCompatConverter\n\n```\nfun getWebkitToCompatConverter(): InvocationHandler?\n``` \n\n### setSupportLibraryVersion\n\n```\nfun setSupportLibraryVersion(version: String?): Unit\n```"]]