VerificationResult

sealed class VerificationResult : Parcelable

Result of verification.

Types

Link copied to clipboard
object Canceled : IdentityVerificationSheet.VerificationResult
Link copied to clipboard
object Completed : IdentityVerificationSheet.VerificationResult
Link copied to clipboard
class Failed(throwable: Throwable) : IdentityVerificationSheet.VerificationResult

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun toBundle(): Bundle
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard