toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.elements
/
SectionMultiFieldElement
Section
Multi
Field
Element
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
class
SectionMultiFieldElement
(
val
identifier
:
IdentifierSpec
)
:
SectionFieldElement
Inheritors
AddressElement
RowElement
Members
Constructors
Section
Multi
Field
Element
Link copied to clipboard
constructor
(
identifier
:
IdentifierSpec
)
Properties
allows
User
Interaction
Link copied to clipboard
abstract
val
allowsUserInteraction
:
Boolean
Whether the field element allows user interaction.
identifier
Link copied to clipboard
open
override
val
identifier
:
IdentifierSpec
mandate
Text
Link copied to clipboard
abstract
val
mandateText
:
ResolvableString
?
The mandate text, if any.
should
Render
Outside
Card
Link copied to clipboard
open
val
shouldRenderOutsideCard
:
Boolean
Functions
get
Form
Field
Value
Flow
Link copied to clipboard
abstract
fun
getFormFieldValueFlow
(
)
:
StateFlow
<
List
<
Pair
<
IdentifierSpec
,
FormFieldEntry
>
>
>
get
Text
Field
Identifiers
Link copied to clipboard
abstract
fun
getTextFieldIdentifiers
(
)
:
StateFlow
<
List
<
IdentifierSpec
>
>
section
Field
Error
Controller
Link copied to clipboard
abstract
fun
sectionFieldErrorController
(
)
:
SectionFieldErrorController
set
Raw
Value
Link copied to clipboard
abstract
fun
setRawValue
(
rawValuesMap
:
Map
<
IdentifierSpec
,
String
?
>
)