Builder
class Builder : ObjectBuilder<PaymentAuthConfig.Stripe3ds2LabelCustomization>
Content copied to clipboard
Functions
Link copied to clipboard
open override fun build(): PaymentAuthConfig.Stripe3ds2LabelCustomization
Content copied to clipboard
Build the configured label customization
Link copied to clipboard
fun setHeadingTextColor(hexColor: String): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the text color for heading labels
Link copied to clipboard
fun setHeadingTextFontName(fontName: String): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the heading label's font
Link copied to clipboard
fun setHeadingTextFontSize(fontSize: Int): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the heading label's text size
Link copied to clipboard
fun setTextColor(hexColor: String): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the label's text color
Link copied to clipboard
fun setTextFontName(fontName: String): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the label's font
Link copied to clipboard
fun setTextFontSize(fontSize: Int): PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
Content copied to clipboard
Set the label's text size