stripe-android
identity
/
com.stripe.android.identity
/
IdentityVerificationSheet
Identity
Verification
Sheet
interface
IdentityVerificationSheet
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Configuration
Link copied to clipboard
data
class
Configuration
(
@
DrawableRes
merchantLogo
:
Int
)
Content copied to clipboard
Data to configure the verification flow.
Verification
Result
Link copied to clipboard
sealed
class
VerificationResult
:
Parcelable
Content copied to clipboard
Result of verification.
Functions
present
Link copied to clipboard
abstract
fun
present
(
verificationSessionId
:
String
,
ephemeralKeySecret
:
String
,
onFinished
:
(
verificationResult
:
IdentityVerificationSheet.VerificationResult
)
->
Unit
)
Content copied to clipboard
Starts the verification flow.