stripe-android
      Target filter
Search in API
Skip to content
    stripe-android
identity/com.stripe.android.identity/IdentityVerificationSheet/Companion

Companion

object Companion

Functions

create
Link copied to clipboard
fun create(from: ComponentActivity, configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet

Creates a IdentityVerificationSheet instance with ComponentActivity.

fun create(from: Fragment, configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet

Creates a IdentityVerificationSheet instance with Fragment.

rememberIdentityVerificationSheet
Link copied to clipboard
@Composable
fun rememberIdentityVerificationSheet(configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet

Creates a IdentityVerificationSheet instance in a Composable. Which would be recreated if configuration or identityVerificationCallback changed.

Generated by Dokka
© 2025 Copyright