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
/
PrimaryButtonColors
/
Builder
/
border
border
fun
border
(
@
ColorInt
border
:
Int
)
:
PaymentSheet.PrimaryButtonColors.Builder
The border color of the primary button.
Parameters
border
The border color as an
ColorInt
.
fun
border
(
border
:
Color
)
:
PaymentSheet.PrimaryButtonColors.Builder
The border color of the primary button.
Parameters
border
The border
Color
.