getMultipleFiles

suspend fun getMultipleFiles(vararg mimeTypes: String, permissions: List<PermissionsType> = listOf()): List<PickerResponse>

Function get multiple files and return list of Uris

Return

List list of resources of picked files

Parameters

mimeTypes

List of mime types that will be used to filter the files

Throws

if user cancel operation and return is not Activity.RESULT_OK

if activity is not properly tracked and can't get to apply start activity for result

Always return this error but inside there is a cause with all type errors to be able to wrap properly