FileState

data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)

The state of a file attached to the VGS Collect instance.

Parameters

size

The size of the file in bytes.

name

The name of the file.

mimeType

The MIME type of the file.

fieldName

The name of the field used for data transfer to the VGS proxy.

Constructors

Link copied to clipboard
constructor(size: Long = 0, name: String?, mimeType: String?, fieldName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
val size: Long

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int