toggle menu
processout-android
4.34.0
androidJvm
switch theme
search in API
ui-core
/
com.processout.sdk.ui.core.style
/
POBrandButtonHighlightedStyle
POBrand
Button
Highlighted
Style
data
class
POBrandButtonHighlightedStyle
(
val
textColor
:
POColor
,
val
borderColor
:
POColor
,
@
ColorRes
val
backgroundColorResId
:
Int
?
=
null
)
:
Parcelable
Members
Constructors
POBrand
Button
Highlighted
Style
Link copied to clipboard
constructor
(
textColor
:
POColor
,
borderColor
:
POColor
,
@
ColorRes
backgroundColorResId
:
Int
?
=
null
)
Properties
background
Color
Res
Id
Link copied to clipboard
val
backgroundColorResId
:
Int
?
=
null
border
Color
Link copied to clipboard
val
borderColor
:
POColor
text
Color
Link copied to clipboard
val
textColor
:
POColor
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
)