- view
- The Android.Webkit.WebView that is requesting the resource.
- request
- Object containing the details of the request.
Documentation for this section has not yet been entered.
Notify the host application of a resource request and allow the application to return the data. If the return value is null, the WebView will continue to load the resource as usual. Otherwise, the return response and data will be used. NOTE: This method is called on a thread other than the UI thread so clients should exercise caution when accessing private data or the view system.