java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebStorage |
The AmazonWebStorage class is intended to be functionally equivalent to to
the WebStorage
class. See
WebStorage
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The deleteAllData() method clears all storage being used by JavaScript
storage APIs, and is intended to be functionally equivalent to the
deleteAllData() method. | |||||||||||
The deleteOrigin() method clears the storage being used by the given
origin, and is intended to be functionally equivalent to the
deleteOrigin(String) method. | |||||||||||
The getOrigins() method gets origins using the appcache or database APIs,
and is intended to be functionally equivalent to the
getOrigins(android.webkit.ValueCallback)
method. | |||||||||||
The getQuotaForOrigin() method gets origins using the appcache or
database APIs, and is intended to be functionally equivalent to the
getQuotaForOrigin(String, android.webkit.ValueCallback)
method. | |||||||||||
The getUsageForOrigin() method gets the amount of storage being used by
the origin, and is intended to be functionally equivalent to the
getUsageForOrigin(String, android.webkit.ValueCallback)
method. | |||||||||||
The getQuotaForOrigin() method gets the storage quota for the given
origin, and is intended to be functionally equivalent to the
getQuotaForOrigin(String, android.webkit.ValueCallback)
method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The deleteAllData() method clears all storage being used by JavaScript
storage APIs, and is intended to be functionally equivalent to the
deleteAllData()
method. See
deleteAllData()
for usage.
The deleteOrigin() method clears the storage being used by the given
origin, and is intended to be functionally equivalent to the
deleteOrigin(String)
method. See
deleteOrigin(String)
for usage.
The getOrigins() method gets origins using the appcache or database APIs,
and is intended to be functionally equivalent to the
getOrigins(android.webkit.ValueCallback)
method. See
getOrigins(android.webkit.ValueCallback)
for usage.
The getQuotaForOrigin() method gets origins using the appcache or
database APIs, and is intended to be functionally equivalent to the
getQuotaForOrigin(String, android.webkit.ValueCallback)
method. See
getQuotaForOrigin(String, android.webkit.ValueCallback)
for usage.
The getUsageForOrigin() method gets the amount of storage being used by
the origin, and is intended to be functionally equivalent to the
getUsageForOrigin(String, android.webkit.ValueCallback)
method. See
getUsageForOrigin(String, android.webkit.ValueCallback)
for usage.
The getQuotaForOrigin() method gets the storage quota for the given
origin, and is intended to be functionally equivalent to the
getQuotaForOrigin(String, android.webkit.ValueCallback)
method. See
getQuotaForOrigin(String, android.webkit.ValueCallback)
for usage.