stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
LayoutSpec
Layout
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
LayoutSpec
:
Parcelable
Content copied to clipboard
This is a data representation of the layout of UI fields on the screen.
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
items
Link copied to clipboard
val
items
:
List
<
FormItemSpec
>
Content copied to clipboard