![JAR search and dependency download from the Maven repository](/logo.png)
android.webkit.WebStorage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
package android.webkit;
public final class WebStorage
{
public static interface QuotaUpdater
{
public abstract void updateQuota(long newQuota);
}
public static class Origin
{
Origin() { throw new RuntimeException("Stub!"); }
public java.lang.String getOrigin() { throw new RuntimeException("Stub!"); }
public long getQuota() { throw new RuntimeException("Stub!"); }
public long getUsage() { throw new RuntimeException("Stub!"); }
}
public WebStorage() { throw new RuntimeException("Stub!"); }
public void getOrigins(android.webkit.ValueCallback callback) { throw new RuntimeException("Stub!"); }
public void getUsageForOrigin(java.lang.String origin, android.webkit.ValueCallback callback) { throw new RuntimeException("Stub!"); }
public void getQuotaForOrigin(java.lang.String origin, android.webkit.ValueCallback callback) { throw new RuntimeException("Stub!"); }
public void setQuotaForOrigin(java.lang.String origin, long quota) { throw new RuntimeException("Stub!"); }
public void deleteOrigin(java.lang.String origin) { throw new RuntimeException("Stub!"); }
public void deleteAllData() { throw new RuntimeException("Stub!"); }
public static android.webkit.WebStorage getInstance() { throw new RuntimeException("Stub!"); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy