stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
SaveForFutureUseController
Save
For
Future
Use
Controller
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
SaveForFutureUseController
(
identifiersRequiredForFutureUse
:
List
<
IdentifierSpec
>
,
saveForFutureUseInitialValue
:
Boolean
)
:
InputController
Content copied to clipboard
Functions
Properties
Functions
on
Raw
Value
Change
Link copied to clipboard
open
override
fun
onRawValueChange
(
rawValue
:
String
)
Content copied to clipboard
on
Value
Change
Link copied to clipboard
fun
onValueChange
(
saveForFutureUse
:
Boolean
)
Content copied to clipboard
Properties
error
Link copied to clipboard
open
override
val
error
:
Flow
<
FieldError
?
>
Content copied to clipboard
fieldValue
Link copied to clipboard
open
override
val
fieldValue
:
Flow
<
String
>
Content copied to clipboard
formFieldValue
Link copied to clipboard
open
override
val
formFieldValue
:
Flow
<
FormFieldEntry
>
Content copied to clipboard
hiddenIdentifiers
Link copied to clipboard
val
hiddenIdentifiers
:
Flow
<
List
<
IdentifierSpec
>
>
Content copied to clipboard
isComplete
Link copied to clipboard
open
override
val
isComplete
:
Flow
<
Boolean
>
Content copied to clipboard
label
Link copied to clipboard
open
override
val
label
:
Int
Content copied to clipboard
rawFieldValue
Link copied to clipboard
open
override
val
rawFieldValue
:
Flow
<
String
?
>
Content copied to clipboard
saveForFutureUse
Link copied to clipboard
val
saveForFutureUse
:
Flow
<
Boolean
>
Content copied to clipboard
showOptionalLabel
Link copied to clipboard
open
override
val
showOptionalLabel
:
Boolean
=
false
Content copied to clipboard