toggle menu
Frames Android SDK by Checkout.com - v4.2.5
4.2.5
androidJvm
switch theme
search in API
frames
/
com.checkout.frames.style.theme.colors
/
CursorColors
Cursor
Colors
data
class
CursorColors
(
@
ColorLong
val
cursorColor
:
Long
,
@
ColorLong
val
errorCursorColor
:
Long
,
@
ColorLong
val
cursorHandleColor
:
Long
,
@
ColorLong
val
cursorHighlightColor
:
Long
)
Members
Constructors
Cursor
Colors
Link copied to clipboard
constructor
(
cursorColor
:
Long
)
constructor
(
@
ColorLong
cursorColor
:
Long
,
@
ColorLong
errorCursorColor
:
Long
,
@
ColorLong
cursorHandleColor
:
Long
,
@
ColorLong
cursorHighlightColor
:
Long
)
Properties
cursor
Color
Link copied to clipboard
val
cursorColor
:
Long
cursor
Handle
Color
Link copied to clipboard
val
cursorHandleColor
:
Long
cursor
Highlight
Color
Link copied to clipboard
val
cursorHighlightColor
:
Long
error
Cursor
Color
Link copied to clipboard
val
errorCursorColor
:
Long