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