FileState

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

The base class definition for a file presentation state.

Since

1.1.0

Parameters

size

The size of a file which it takes up on your device.

name

The name of the file.

mimeType

The size of a file which it takes up on your device.

fieldName

The text to be used for data transfer to VGS proxy. Usually, it is similar to field-name in JSON path in your inbound route filters.

Constructors

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

Primary constructor

Properties

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

Functions

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