Package com.stripe.android.ui.core.forms

Types

Link copied to clipboard
data class FormFieldEntry(val value: String?, val isComplete: Boolean = false)
Link copied to clipboard
class TransformSpecToElements(    addressResourceRepository: ResourceRepository<AddressRepository>,     initialValues: Map<IdentifierSpec, String?>,     shippingValues: Map<IdentifierSpec, String?>?,     amount: Amount?,     saveForFutureUseInitialValue: Boolean,     merchantName: String,     context: Context,     viewOnlyFields: Set<IdentifierSpec> = emptySet())

Transform a LayoutSpec data object into an Element, which has a controller and identifier. With only a single field in a section the section controller will be a pass through the field controller.

Functions

Link copied to clipboard

Properties

Link copied to clipboard
val LinkCardForm: LayoutSpec