JumioFileRequirements

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

Requirements for files that can be attached through setFileDescriptor or setFile

Constructors

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

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

Link copied to clipboard
val url: String?

optional url that helps explain the file further