BlobType

Enumeration of blob types

Parameters

filename

name of the file or of the folder in local storage

isFolder

if it is a folder

isOcrBlob

if it should be stored in OCR directory after copying

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
val isFolder: Boolean = false
Link copied to clipboard
val isOcrBlob: Boolean = false

Functions

Link copied to clipboard
fun valueOf(value: String): BlobType

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.