onReceivedHttpError method

  1. @override
void onReceivedHttpError(
  1. WebResourceRequest request,
  2. WebResourceResponse errorResponse
)
override

Event fired when the PlatformInAppBrowser receives an HTTP error.

request represents the originating request.

errorResponse represents the information about the error occurred.

NOTE: available on Android 23+.

Officially Supported Platforms/Implementations:

Implementation

@override
void onReceivedHttpError(
    WebResourceRequest request, WebResourceResponse errorResponse) {}