public interface StorageInfo
Modifier and Type | Field and Description |
---|---|
static int |
PERSISTENT |
static int |
TEMPORARY |
Modifier and Type | Method and Description |
---|---|
void |
queryUsageAndQuota(int storageType) |
void |
queryUsageAndQuota(int storageType,
StorageInfoUsageCallback usageCallback) |
void |
queryUsageAndQuota(int storageType,
StorageInfoUsageCallback usageCallback,
StorageInfoErrorCallback errorCallback) |
void |
requestQuota(int storageType,
double newQuotaInBytes) |
void |
requestQuota(int storageType,
double newQuotaInBytes,
StorageInfoQuotaCallback quotaCallback) |
void |
requestQuota(int storageType,
double newQuotaInBytes,
StorageInfoQuotaCallback quotaCallback,
StorageInfoErrorCallback errorCallback) |
static final int PERSISTENT
static final int TEMPORARY
void queryUsageAndQuota(int storageType)
void queryUsageAndQuota(int storageType, StorageInfoUsageCallback usageCallback)
void queryUsageAndQuota(int storageType, StorageInfoUsageCallback usageCallback, StorageInfoErrorCallback errorCallback)
void requestQuota(int storageType, double newQuotaInBytes)
void requestQuota(int storageType, double newQuotaInBytes, StorageInfoQuotaCallback quotaCallback)
void requestQuota(int storageType, double newQuotaInBytes, StorageInfoQuotaCallback quotaCallback, StorageInfoErrorCallback errorCallback)
Copyright © 2018. All rights reserved.