toggle menu
stripe-android
androidJvm
switch theme
search in API
identity
/
com.stripe.android.identity
/
IdentityVerificationSheet
/
VerificationFlowResult
Verification
Flow
Result
sealed
class
VerificationFlowResult
:
Parcelable
Result of verification.
Inheritors
Completed
Canceled
Failed
Members
Types
Canceled
Link copied to clipboard
data
object
Canceled
:
IdentityVerificationSheet.VerificationFlowResult
Completed
Link copied to clipboard
data
object
Completed
:
IdentityVerificationSheet.VerificationFlowResult
Failed
Link copied to clipboard
class
Failed
(
val
throwable
:
Throwable
)
:
IdentityVerificationSheet.VerificationFlowResult
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Bundle
Link copied to clipboard
fun
toBundle
(
)
:
Bundle
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)