stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
AffirmHeaderElement
Affirm
Header
Element
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AffirmHeaderElement
(
val
identifier
:
IdentifierSpec
,
val
controller
:
Controller
?
=
null
)
:
FormElement
Constructors
Functions
Properties
Constructors
Affirm
Header
Element
Link copied to clipboard
fun
AffirmHeaderElement
(
identifier
:
IdentifierSpec
,
controller
:
Controller
?
=
null
)
Functions
get
Form
Field
Value
Flow
Link copied to clipboard
open
override
fun
getFormFieldValueFlow
(
)
:
Flow
<
List
<
Pair
<
IdentifierSpec
,
FormFieldEntry
>
>
>
get
Text
Field
Identifiers
Link copied to clipboard
open
fun
getTextFieldIdentifiers
(
)
:
Flow
<
List
<
IdentifierSpec
>
>
Properties
controller
Link copied to clipboard
open
override
val
controller
:
Controller
?
=
null
identifier
Link copied to clipboard
open
override
val
identifier
:
IdentifierSpec