mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
android 6 support
This commit is contained in:
3
android17.d.ts
vendored
3
android17.d.ts
vendored
@@ -151344,7 +151344,8 @@ declare module android {
|
||||
* @param description A String describing the error.
|
||||
* @param failingUrl The url that failed to load.
|
||||
*/
|
||||
public onReceivedError(view: android.webkit.WebView, errorCode: number, description: string, failingUrl: string): void;
|
||||
public onReceivedError(view: android.webkit.WebView, errorCode: number, description: string, failingUrl: string): void;
|
||||
public onReceivedError(view: android.webkit.WebView, request, error): void;
|
||||
/**
|
||||
* As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.
|
||||
* @param view The WebView that is initiating the callback.
|
||||
|
||||
Reference in New Issue
Block a user