Appspotdemo.Mono.Droid.GAEChannelClient.WebViewClientAnonymousInnerClassHelper.onReceivedError C# (CSharp) Method

onReceivedError() public method

public onReceivedError ( WebView view, int errorCode, string description, string failingUrl ) : void
view WebView
errorCode int
description string
failingUrl string
return void
            public virtual void onReceivedError(WebView view, int errorCode, string description, string failingUrl)
            {
                Log.Error(TAG, "JS error: " + errorCode + " in " + failingUrl + ", desc: " + description);
            }
GAEChannelClient.WebViewClientAnonymousInnerClassHelper