startIdentification

suspend fun startIdentification(activity: ComponentActivity): IdentityFlowResult

Starts the identity verification process.

Return

The result of the identity verification flow. It only tells whether the user completed the identity flow or cancelled it. Information regarding the validity of the identity verification can be accessed at verificationStatus

See also

Parameters

activity

The activity that starts the new activity containing the persona process

Throws

com.kycdao.android.sdk.exceptions.VerificationSessionIllegalAction

If the email is not yet confirmed

com.kycdao.android.sdk.exceptions.PersonaException.PersonaVerificationFailed

If the Persona verification process produced an unexpected error