toggle menu
processout-android
4.34.0
androidJvm
switch theme
search in API
ui-core
/
com.processout.sdk.ui.core.style
/
POStrokeStyle
POStroke
Style
data
class
POStrokeStyle
(
val
widthDp
:
Int
,
@
ColorRes
val
colorResId
:
Int
,
val
dashIntervalDp
:
Int
?
=
null
)
:
Parcelable
Members
Constructors
POStroke
Style
Link copied to clipboard
constructor
(
widthDp
:
Int
,
@
ColorRes
colorResId
:
Int
,
dashIntervalDp
:
Int
?
=
null
)
Properties
color
Res
Id
Link copied to clipboard
val
colorResId
:
Int
dash
Interval
Dp
Link copied to clipboard
val
dashIntervalDp
:
Int
?
=
null
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
)