Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
ThreeDSecure
ConfigurationParams
Interface ConfigurationParams
interface
ConfigurationParams
{
timeout
?:
number
;
label
?:
LabelProps
;
navigationBar
?:
NavigationBarProps
;
textField
?:
TextFieldProps
;
submitButton
?:
ButtonProps
;
cancelButton
?:
ButtonProps
;
continueButton
?:
ButtonProps
;
nextButton
?:
ButtonProps
;
resendButton
?:
ButtonProps
;
backgroundColor
?:
string
;
footer
?:
FooterProps
;
accentColor
?:
string
;
}
Hierarchy (
View Summary
)
ThreeDSecure
.
Props
ConfigurationParams
Index
Properties
timeout?
label?
navigation
Bar?
text
Field?
submit
Button?
cancel
Button?
continue
Button?
next
Button?
resend
Button?
background
Color?
footer?
accent
Color?
Properties
Optional
timeout
timeout
?:
number
Optional
label
label
?:
LabelProps
Optional
navigation
Bar
navigationBar
?:
NavigationBarProps
Optional
text
Field
textField
?:
TextFieldProps
Optional
submit
Button
submitButton
?:
ButtonProps
Optional
cancel
Button
cancelButton
?:
ButtonProps
Optional
continue
Button
continueButton
?:
ButtonProps
Optional
next
Button
nextButton
?:
ButtonProps
Optional
resend
Button
resendButton
?:
ButtonProps
Optional
background
Color
backgroundColor
?:
string
Optional
footer
footer
?:
FooterProps
Optional
accent
Color
accentColor
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timeout
label
navigation
Bar
text
Field
submit
Button
cancel
Button
continue
Button
next
Button
resend
Button
background
Color
footer
accent
Color
@stripe/stripe-react-native
Loading...