Companion
Functions
Link copied to clipboard
fun create( from: ComponentActivity, configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet
Content copied to clipboard
Creates a IdentityVerificationSheet instance with ComponentActivity.
fun create( from: Fragment, configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet
Content copied to clipboard
Creates a IdentityVerificationSheet instance with Fragment.
Link copied to clipboard
fun rememberIdentityVerificationSheet(configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet
Content copied to clipboard
Creates a IdentityVerificationSheet instance in a Composable. Which would be recreated if configuration or identityVerificationCallback changed.