FlatWithRadio

class FlatWithRadio(separatorThicknessDp: Float, startSeparatorInsetDp: Float, endSeparatorInsetDp: Float, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, additionalVerticalInsetsDp: Float, horizontalInsetsDp: Float, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors) : PaymentSheet.Appearance.Embedded.RowStyle

Constructors

Link copied to clipboard
constructor(context: Context, @DimenRes separatorThicknessRes: Int, @DimenRes startSeparatorInsetRes: Int, @DimenRes endSeparatorInsetRes: Int, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, @DimenRes additionalVerticalInsetsRes: Int, @DimenRes horizontalInsetsRes: Int, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors)
constructor(separatorThicknessDp: Float, startSeparatorInsetDp: Float, endSeparatorInsetDp: Float, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, additionalVerticalInsetsDp: Float, horizontalInsetsDp: Float, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithRadio.Colors)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
class Colors(@ColorInt separatorColor: Int, @ColorInt selectedColor: Int, @ColorInt unselectedColor: Int) : Parcelable

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)