* Opens file provider to select file * @param onSuccess Callback function on success returns url of selected file * @param onFail Callback function on error returns error object * @param mimeType MimeType of file to be selected
(
onSuccess: (url: DocumentFile) => void,
onFail: (err: any) => void,
mimeType: string,
)
| 201 | * @param mimeType MimeType of file to be selected |
| 202 | */ |
| 203 | openDocumentFile( |
| 204 | onSuccess: (url: DocumentFile) => void, |
| 205 | onFail: (err: any) => void, |
| 206 | mimeType: string, |
no outgoing calls
no test coverage detected