setPersonalData

suspend fun setPersonalData(personalData: PersonalData)

Save the personal information of the user. If the provided email address is not yet confirmed then a confirmation email will be sent.

Parameters

personalData

The personal information required, wrapped in a PersonalData class

Throws

com.kycdao.android.sdk.exceptions.VerificationSessionIllegalAction

Throws this exception if the disclaimer is not yet accepted