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
/
Margin
Margin
data
class
Margin
(
val
top
:
Int
=
0
,
val
bottom
:
Int
=
0
,
val
start
:
Int
=
0
,
val
end
:
Int
=
0
)
Members
Constructors
Margin
Link copied to clipboard
constructor
(
margin
:
Int
)
constructor
(
top
:
Int
=
0
,
bottom
:
Int
=
0
,
start
:
Int
=
0
,
end
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
=
0
Bottom margin in dp.
end
Link copied to clipboard
val
end
:
Int
=
0
End margin in dp.
start
Link copied to clipboard
val
start
:
Int
=
0
Start margin in dp.
top
Link copied to clipboard
val
top
:
Int
=
0
Top margin in dp.