LayoutSpec

data class LayoutSpec : Parcelable

This is a data representation of the layout of UI fields on the screen.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val items: List<FormItemSpec>