VirtualIdScreenContract

ActivityResultContract for launching the Virtual ID screen.

If possible, use IsicVirtualIdSdk.createVirtualIdScreenLauncher for use in androidx.activity.ComponentActivity.

This class can be used directly in Jetpack Compose composable.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: LaunchParameters): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): VirtualIdScreenFinishReason