Package-level declarations

Types

Link copied to clipboard
sealed class FieldState

Represents the state of a VGS input field. It contains information about the field's content, validity, and other metadata.

Link copied to clipboard
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.

Functions

Link copied to clipboard
fun prepareSSNState(isValid: Boolean, content: FieldContent.SSNContent?): FieldState.SSNNumberState