onSuccessBackgroundColor
fun onSuccessBackgroundColor(@ColorInt onSuccessBackgroundColor: Int): PaymentSheet.PrimaryButtonColors.Builder
The success color for the primary button text when in a success state. Defaults to onBackground.
Parameters
onSuccessBackgroundColor
The on-success background color as an ColorInt.
fun onSuccessBackgroundColor(onSuccessBackgroundColor: Color): PaymentSheet.PrimaryButtonColors.Builder
The success color for the primary button text when in a success state. Defaults to onBackground.
Parameters
onSuccessBackgroundColor
The on-success background Color.