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
/
Appearance
/
Embedded
/
RowStyle
Row
Style
sealed
class
RowStyle
:
Parcelable
Inheritors
FlatWithRadio
FlatWithCheckmark
FloatingButton
FlatWithDisclosure
Members
Types
Flat
With
Checkmark
Link copied to clipboard
class
FlatWithCheckmark
:
PaymentSheet.Appearance.Embedded.RowStyle
Flat
With
Disclosure
Link copied to clipboard
class
FlatWithDisclosure
:
PaymentSheet.Appearance.Embedded.RowStyle
Flat
With
Radio
Link copied to clipboard
class
FlatWithRadio
:
PaymentSheet.Appearance.Embedded.RowStyle
Floating
Button
Link copied to clipboard
class
FloatingButton
:
PaymentSheet.Appearance.Embedded.RowStyle
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)