toggle menu
Frames Android SDK by Checkout.com - v4.2.4
4.2.4
androidJvm
switch theme
search in API
frames
/
com.checkout.frames.style.component.base
/
ImageStyle
Image
Style
data
class
ImageStyle
@
JvmOverloads
constructor
(
@
DrawableRes
val
image
:
Int
?
=
null
,
@
ColorLong
val
tinColor
:
Long
?
=
null
,
val
height
:
Int
?
=
null
,
val
width
:
Int
?
=
null
,
val
padding
:
Padding
?
=
null
)
Members
Constructors
Image
Style
Link copied to clipboard
@
JvmOverloads
constructor
(
@
DrawableRes
image
:
Int
?
=
null
,
@
ColorLong
tinColor
:
Long
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
,
padding
:
Padding
?
=
null
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
=
null
Height in dp.
image
Link copied to clipboard
val
image
:
Int
?
=
null
Image resource.
padding
Link copied to clipboard
val
padding
:
Padding
?
=
null
tin
Color
Link copied to clipboard
val
tinColor
:
Long
?
=
null
The 32-bit ARGB container background color.
width
Link copied to clipboard
val
width
:
Int
?
=
null
Width in dp.