createDossierByIntent

abstract fun createDossierByIntent(parentActivity: Activity, sessionToken: String, cameraToken: String, externalId: String, accountUuid: String, primary: Boolean, realTimeVerification: Boolean = false, filesToCapture: Array<DocumentTypeModel>): Intent

Upload Dossier of documents to the account through Activity. Set callback DossierUploadSdkCallback in AccountsSdk.setEventListener.

Return

Intent

Parameters

parentActivity

Parent activity

sessionToken

Session token

cameraToken

Camera token

externalId

External identifier in your platform

accountUuid

Account unique identifier

primary

If dossier is primary or not

realTimeVerification

If dossier should be verified in real time

filesToCapture

Files to be captured

See also