StorageType

@Serializable
enum StorageType : Enum<Storage.StorageType>

Enum of possible storage types.

Entries

Link copied to clipboard
@SerialName(value = "cookies")
COOKIES
Link copied to clipboard
@SerialName(value = "file_systems")
FILE_SYSTEMS
Link copied to clipboard
@SerialName(value = "indexeddb")
INDEXEDDB
Link copied to clipboard
@SerialName(value = "local_storage")
LOCAL_STORAGE
Link copied to clipboard
@SerialName(value = "shader_cache")
SHADER_CACHE
Link copied to clipboard
@SerialName(value = "websql")
WEBSQL
Link copied to clipboard
@SerialName(value = "service_workers")
SERVICE_WORKERS
Link copied to clipboard
@SerialName(value = "cache_storage")
CACHE_STORAGE
Link copied to clipboard
@SerialName(value = "interest_groups")
INTEREST_GROUPS
Link copied to clipboard
@SerialName(value = "shared_storage")
SHARED_STORAGE
Link copied to clipboard
@SerialName(value = "storage_buckets")
STORAGE_BUCKETS
Link copied to clipboard
@SerialName(value = "all")
ALL
Link copied to clipboard
@SerialName(value = "other")
OTHER

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.