FieldState

sealed class FieldState

Base class definition for a VGS input field state.

Since

1.0.1

Inheritors

Types

Link copied to clipboard

Class definition for a cardHolderName field state.

Link copied to clipboard

Class definition for a CardNumber field state.

Link copied to clipboard

Class definition for a CVC field state.

Link copied to clipboard

Class definition for a Date field state.

Link copied to clipboard

Class definition for a Info field state.

Link copied to clipboard

Properties

Link copied to clipboard

The length of this character sequence inside input.

Link copied to clipboard

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.

Link copied to clipboard

The type of current VGS input field.

Link copied to clipboard

The State is true if this input field has focus itself.

Link copied to clipboard

The state is true if the input field has no input inside.

Link copied to clipboard

The state is true if the input field may be skipped for submitting.

Link copied to clipboard

The state is true if the content inside the input field is valid.

Link copied to clipboard

List of errors.

Functions

Link copied to clipboard
open override fun toString(): String