JumioFileRequirements

data class JumioFileRequirements(val mimeTypes: List<String>, val maxFileSize: Int, val pdfMaxPages: Int)

Requirements for files that can be attached through setFileDescriptor or setFile

Constructors

Link copied to clipboard
constructor(mimeTypes: List<String>, maxFileSize: Int, pdfMaxPages: Int)

Properties

Link copied to clipboard

maximum file size

Link copied to clipboard

accepted mimeTypes that can be attached

Link copied to clipboard

maximum size of pages for PDF documents