toggle menu
Frames Android SDK by Checkout.com - v4.2.4
4.2.4
androidJvm
switch theme
search in API
frames
/
com.checkout.frames.model
/
CornerRadius
Corner
Radius
data
class
CornerRadius
(
val
topStart
:
Int
=
0
,
val
topEnd
:
Int
=
0
,
val
bottomEnd
:
Int
=
0
,
val
bottomStart
:
Int
=
0
)
Members
Constructors
Corner
Radius
Link copied to clipboard
constructor
(
radius
:
Int
)
constructor
(
topStart
:
Int
=
0
,
topEnd
:
Int
=
0
,
bottomEnd
:
Int
=
0
,
bottomStart
:
Int
=
0
)
Properties
bottom
End
Link copied to clipboard
val
bottomEnd
:
Int
=
0
bottom
Start
Link copied to clipboard
val
bottomStart
:
Int
=
0
top
End
Link copied to clipboard
val
topEnd
:
Int
=
0
top
Start
Link copied to clipboard
val
topStart
:
Int
=
0