Create Dossier Screen
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
on Close Action
Action used to close this external composable.
documents To Capture
Documents to be captured.
camera Token
Camera token.
session Token
Session token.
external Id
The external ID of this user in your platform.
account Uuid
The uuid of the account.
primary
As primary dossier.
real Time Verification
If dossier should be verified in real time by the server.
country Of Issuance
The origin country of the submitted documents.
modifier
The modifier to be applied to the layout.