CreateDossierScreen

fun CreateDossierScreen(onCloseAction: () -> Unit, documentsToCapture: List<DocumentTypeModel>, cameraToken: String, sessionToken: String, externalId: String, accountUuid: String, primary: Boolean, realTimeVerification: Boolean, countryOfIssuance: CountryModel?, modifier: Modifier = Modifier)

Create dossier feature. Set callback DossierUploadSdkCallback in AccountsSdk.setEventListener.

Parameters

onCloseAction

Action used to close this external composable.

documentsToCapture

Documents to be captured.

cameraToken

Camera token.

sessionToken

Session token.

externalId

The external ID of this user in your platform.

accountUuid

The uuid of the account.

primary

As primary dossier.

realTimeVerification

If dossier should be verified in real time by the server.

countryOfIssuance

The origin country of the submitted documents.

modifier

The modifier to be applied to the layout.

See also