public class WebViewCorsErrorHandler
extends java.lang.Object
| Constructor and Description |
|---|
WebViewCorsErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCorsError(java.lang.String webviewMessage,
com.chartboost.sdk.WebView.WebViewCorsErrorHandler.CorsErrorCallback callback)
Takes message from the webview and detects potential CORS error
In case error is present, notify cors callback
|
public void handleCorsError(java.lang.String webviewMessage,
com.chartboost.sdk.WebView.WebViewCorsErrorHandler.CorsErrorCallback callback)
webviewMessage - callback -