getFile

fun getFile(vararg mimeType: String = arrayOf("application/pdf"), permissions: List<PermissionsType> = listOf()): SingleLiveEvent<ResultObject<PickerResponse?>>

Gets one file from the gallery

Parameters

mimeType

The mime type of the file to pick