toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.ui.nativeapm
/
PONativeAlternativePaymentMethodConfiguration
/
ConfirmAction
Confirm
Action
data
class
ConfirmAction
(
val
text
:
String
?
=
null
)
:
Parcelable
Action for confirmation.
Parameters
text
Action text. Pass
null
to use default text.
Members
Constructors
Confirm
Action
Link copied to clipboard
constructor
(
text
:
String
?
=
null
)
Properties
text
Link copied to clipboard
val
text
:
String
?
=
null
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
)