Package-level declarations
Types
Immutable state for a VGS cardholder name field.
Immutable state for a VGS card number field.
Immutable state for a VGS card security code (CVC/CVV) field.
Immutable state for a VGS card expiration date field.
Immutable state for a VGS U.S. Social Security Number field.
Immutable state for a generic VGS text field (e.g. city, postal code, address).
Functions
Creates and remembers a VgsCardholderTextFieldState for use with a VgsCardholderTextField. This is the only way to obtain an instance — direct construction is internal to the SDK.
Creates and remembers a VgsCardNumberTextFieldState for use with a VgsCardNumberTextField. This is the only way to obtain an instance — direct construction is reserved for the SDK.
Creates and remembers a VgsCvcTextFieldState for use with a VgsCvcTextField. This is the only way to obtain an instance — direct construction is internal to the SDK.
Creates and remembers a VgsExpiryTextFieldState for use with a VgsExpiryTextField. This is the only way to obtain an instance — direct construction is internal to the SDK.
Creates and remembers a VgsSsnTextFieldState for use with a VgsSsnTextField. This is the only way to obtain an instance — direct construction is internal to the SDK.
Creates and remembers a VgsTextFieldState for use with a VgsTextField. This is the only way to obtain an instance — direct construction is internal to the SDK.