setUrlAllowListScopeJavaScriptInterface
fun setUrlAllowListScopeJavaScriptInterface(urlAllowListScopeJavaScriptInterface: Array<String>?): AirshipConfigOptions.Builder(source)
Sets the additional URLs that will be added to the allow list for scope UrlAllowList.SCOPE_JAVASCRIPT_INTERFACE. See UrlAllowList.addEntry for valid URL patterns.
Return
The config options builder.
Parameters
urlAllowListScopeJavaScriptInterface
An array of URL patterns.