StaticTextSpec

data class StaticTextSpec(val apiPath: IdentifierSpec = IdentifierSpec.Generic("static_text"), @StringRes val stringResId: Int) : FormItemSpec

This is for elements that do not receive user input

Constructors

Link copied to clipboard
constructor(apiPath: IdentifierSpec = IdentifierSpec.Generic("static_text"), @StringRes stringResId: Int)

Properties

Link copied to clipboard
@SerialName(value = "api_path")
open override val apiPath: IdentifierSpec
Link copied to clipboard

Functions

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