CardDetailsSectionElement
data class CardDetailsSectionElement( val context: Context, val identifier: IdentifierSpec, val controller: CardDetailsSectionController = CardDetailsSectionController(context)) : FormElement
Content copied to clipboard
Constructors
Link copied to clipboard
fun CardDetailsSectionElement( context: Context, identifier: IdentifierSpec, controller: CardDetailsSectionController = CardDetailsSectionController(context))
Content copied to clipboard
Functions
Link copied to clipboard
open override fun getFormFieldValueFlow(): Flow<List<Pair<IdentifierSpec, FormFieldEntry>>>
Content copied to clipboard
Link copied to clipboard