blob: 4dba759de27af7e1aa561a8cfb82efe2e6128992 [file] [log] [blame]
package androidx.webkit {
public class WebSettingsCompat {
method public static int getDisabledActionModeMenuItems(android.webkit.WebSettings);
method public static boolean getOffscreenPreRaster(android.webkit.WebSettings);
method public static boolean getSafeBrowsingEnabled(android.webkit.WebSettings);
method public static void setDisabledActionModeMenuItems(android.webkit.WebSettings, int);
method public static void setOffscreenPreRaster(android.webkit.WebSettings, boolean);
method public static void setSafeBrowsingEnabled(android.webkit.WebSettings, boolean);
}
public class WebViewCompat {
method public static android.net.Uri getSafeBrowsingPrivacyPolicyUrl();
method public static void postVisualStateCallback(android.webkit.WebView, long, androidx.webkit.WebViewCompat.VisualStateCallback);
method public static void setSafeBrowsingWhitelist(java.util.List<java.lang.String>, android.webkit.ValueCallback<java.lang.Boolean>);
method public static void startSafeBrowsing(android.content.Context, android.webkit.ValueCallback<java.lang.Boolean>);
}
public static abstract interface WebViewCompat.VisualStateCallback {
method public abstract void onComplete(long);
}
public class WebViewFeature {
method public static boolean isFeatureSupported(java.lang.String);
field public static final java.lang.String VISUAL_STATE_CALLBACK = "VISUAL_STATE_CALLBACK";
}
}