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