Package-level declarations

Types

Link copied to clipboard
class CardVerificationCodeEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView
Link copied to clipboard
class ExpirationDateEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText

Provides a user interface element for date input. The range of dates supported by this field is not configurable.

Link copied to clipboard
class PersonNameEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView
Link copied to clipboard
class RangeDateEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText
Link copied to clipboard
class SSNEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView
Link copied to clipboard
class VGSCardNumberEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView

A user interface element that displays text to the user in bank card number format.

Link copied to clipboard
open class VGSEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView

A user interface element that displays text.

Link copied to clipboard
class VGSTextInputLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : TextInputFieldLayout

Material component which wraps an VGS field to show a floating label when the hint is hidden due to user inputting text.