toggle menu
stripe-android
androidJvm
switch theme
search in API
3ds2sdk
/
com.stripe.android.stripe3ds2.transaction
/
ChallengeResult
/
RuntimeError
Runtime
Error
data
class
RuntimeError
(
val
throwable
:
Throwable
,
val
initialUiType
:
UiType
?
,
val
intentData
:
IntentData
)
:
ChallengeResult
Members
Constructors
Runtime
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
,
initialUiType
:
UiType
?
,
intentData
:
IntentData
)
Properties
initial
Ui
Type
Link copied to clipboard
open
override
val
initialUiType
:
UiType
?
intent
Data
Link copied to clipboard
open
override
val
intentData
:
IntentData
throwable
Link copied to clipboard
val
throwable
:
Throwable
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
)