toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements
/
RenderableFormElement
Renderable
Form
Element
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
class
RenderableFormElement
(
val
identifier
:
IdentifierSpec
,
val
allowsUserInteraction
:
Boolean
)
:
FormElement
Members
Constructors
Renderable
Form
Element
Link copied to clipboard
constructor
(
identifier
:
IdentifierSpec
,
allowsUserInteraction
:
Boolean
)
Properties
allows
User
Interaction
Link copied to clipboard
open
override
val
allowsUserInteraction
:
Boolean
controller
Link copied to clipboard
open
override
val
controller
:
Controller
?
=
null
identifier
Link copied to clipboard
open
override
val
identifier
:
IdentifierSpec
mandate
Text
Link copied to clipboard
open
override
val
mandateText
:
ResolvableString
?
=
null
Functions
Compose
UI
Link copied to clipboard
@
Composable
abstract
fun
ComposeUI
(
enabled
:
Boolean
)
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
open
fun
getTextFieldIdentifiers
(
)
:
StateFlow
<
List
<
IdentifierSpec
>
>