toggle menu
Frames Android SDK by Checkout.com - v4.2.5
4.2.5
androidJvm
switch theme
search in API
frames
/
com.checkout.frames.model
/
ButtonElevation
Button
Elevation
data
class
ButtonElevation
(
val
defaultElevation
:
Int
=
0
,
val
pressedElevation
:
Int
=
0
,
val
focusedElevation
:
Int
=
0
,
val
hoveredElevation
:
Int
=
0
,
val
disabledElevation
:
Int
=
0
)
Members
Constructors
Button
Elevation
Link copied to clipboard
constructor
(
elevation
:
Int
)
constructor
(
defaultElevation
:
Int
=
0
,
pressedElevation
:
Int
=
0
,
focusedElevation
:
Int
=
0
,
hoveredElevation
:
Int
=
0
,
disabledElevation
:
Int
=
0
)
Properties
default
Elevation
Link copied to clipboard
val
defaultElevation
:
Int
=
0
disabled
Elevation
Link copied to clipboard
val
disabledElevation
:
Int
=
0
focused
Elevation
Link copied to clipboard
val
focusedElevation
:
Int
=
0
hovered
Elevation
Link copied to clipboard
val
hoveredElevation
:
Int
=
0
pressed
Elevation
Link copied to clipboard
val
pressedElevation
:
Int
=
0