toggle menu
processout-android
4.34.0
androidJvm
switch theme
search in API
ui-core
/
com.processout.sdk.ui.core.style
/
POButtonHighlightedStyle
POButton
Highlighted
Style
data
class
POButtonHighlightedStyle
(
@
ColorRes
val
textColorResId
:
Int
,
@
ColorRes
val
borderColorResId
:
Int
,
@
ColorRes
val
backgroundColorResId
:
Int
)
:
Parcelable
Members
Constructors
POButton
Highlighted
Style
Link copied to clipboard
constructor
(
@
ColorRes
textColorResId
:
Int
,
@
ColorRes
borderColorResId
:
Int
,
@
ColorRes
backgroundColorResId
:
Int
)
Properties
background
Color
Res
Id
Link copied to clipboard
val
backgroundColorResId
:
Int
border
Color
Res
Id
Link copied to clipboard
val
borderColorResId
:
Int
text
Color
Res
Id
Link copied to clipboard
val
textColorResId
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)