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