Companion

object Companion

Functions

Link copied to clipboard
fun create(from: ComponentActivity, stripePublishableKey: String, config: CardImageVerificationSheet.Configuration = Configuration(), cardImageVerificationResultCallback: CardImageVerificationSheet.CardImageVerificationResultCallback, registry: ActivityResultRegistry = from.activityResultRegistry): CardImageVerificationSheet
fun create(from: Fragment, stripePublishableKey: String, config: CardImageVerificationSheet.Configuration = Configuration(), cardImageVerificationResultCallback: CardImageVerificationSheet.CardImageVerificationResultCallback, registry: ActivityResultRegistry? = null): CardImageVerificationSheet

Create a CardImageVerificationSheet instance with Fragment.