toggle menu
processout-android
4.34.0
androidJvm
switch theme
search in API
ui-core
/
com.processout.sdk.ui.core.style
/
POBrandButtonStateStyle
/
POBorderStyle
POBorder
Style
data
class
POBorderStyle
(
val
radiusDp
:
Int
,
val
widthDp
:
Int
,
val
color
:
POColor
)
:
Parcelable
Members
Constructors
POBorder
Style
Link copied to clipboard
constructor
(
radiusDp
:
Int
,
widthDp
:
Int
,
color
:
POColor
)
Properties
color
Link copied to clipboard
val
color
:
POColor
radius
Dp
Link copied to clipboard
val
radiusDp
:
Int
width
Dp
Link copied to clipboard
val
widthDp
:
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
)