SharedStorageAccessType

Enum of shared storage access types.

Official doc

Entries

Link copied to clipboard
@SerialName(value = "documentAddModule")
documentAddModule
Link copied to clipboard
@SerialName(value = "documentSelectURL")
documentSelectURL
Link copied to clipboard
@SerialName(value = "documentRun")
documentRun
Link copied to clipboard
@SerialName(value = "documentSet")
documentSet
Link copied to clipboard
@SerialName(value = "documentAppend")
documentAppend
Link copied to clipboard
@SerialName(value = "documentDelete")
documentDelete
Link copied to clipboard
@SerialName(value = "documentClear")
documentClear
Link copied to clipboard
@SerialName(value = "documentGet")
documentGet
Link copied to clipboard
@SerialName(value = "workletSet")
workletSet
Link copied to clipboard
@SerialName(value = "workletAppend")
workletAppend
Link copied to clipboard
@SerialName(value = "workletDelete")
workletDelete
Link copied to clipboard
@SerialName(value = "workletClear")
workletClear
Link copied to clipboard
@SerialName(value = "workletGet")
workletGet
Link copied to clipboard
@SerialName(value = "workletKeys")
workletKeys
Link copied to clipboard
@SerialName(value = "workletEntries")
workletEntries
Link copied to clipboard
@SerialName(value = "workletLength")
workletLength
Link copied to clipboard
@SerialName(value = "workletRemainingBudget")
workletRemainingBudget
Link copied to clipboard
@SerialName(value = "headerSet")
headerSet
Link copied to clipboard
@SerialName(value = "headerAppend")
headerAppend
Link copied to clipboard
@SerialName(value = "headerDelete")
headerDelete
Link copied to clipboard
@SerialName(value = "headerClear")
headerClear

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.