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