toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
Insets
Insets
class
Insets
(
val
startDp
:
Float
,
val
topDp
:
Float
,
val
endDp
:
Float
,
val
bottomDp
:
Float
)
:
Parcelable
Members
Constructors
Insets
Link copied to clipboard
constructor
(
context
:
Context
,
@
DimenRes
startRes
:
Int
,
@
DimenRes
topRes
:
Int
,
@
DimenRes
endRes
:
Int
,
@
DimenRes
bottomRes
:
Int
)
constructor
(
horizontalDp
:
Float
,
verticalDp
:
Float
)
constructor
(
context
:
Context
,
@
DimenRes
horizontalRes
:
Int
,
@
DimenRes
verticalRes
:
Int
)
constructor
(
startDp
:
Float
,
topDp
:
Float
,
endDp
:
Float
,
bottomDp
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Dp
Link copied to clipboard
val
bottomDp
:
Float
end
Dp
Link copied to clipboard
val
endDp
:
Float
start
Dp
Link copied to clipboard
val
startDp
:
Float
top
Dp
Link copied to clipboard
val
topDp
:
Float
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
)