stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
LayoutSpec
Layout
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
LayoutSpec
(
val
items
:
List
<
FormItemSpec
>
)
Content copied to clipboard
This is a data representation of the layout of UI fields on the screen.
Types
Constructors
Properties
Constructors
Layout
Spec
Link copied to clipboard
fun
LayoutSpec
(
items
:
List
<
FormItemSpec
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
items
Link copied to clipboard
val
items
:
List
<
FormItemSpec
>
Content copied to clipboard