stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
Colors
/
Builder
/
primary
primary
fun
primary
(
color
:
Color
)
:
PaymentSheet.Colors.Builder
The primary color used throughout PaymentSheet.
Parameters
color
The primary
Color
.
fun
primary
(
@
ColorInt
color
:
Int
)
:
PaymentSheet.Colors.Builder
The primary color used throughout PaymentSheet.
Parameters
color
The primary color as an
ColorInt
.