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