मुख्य कंटेंट तक स्किप करें

Class: FilePicker

This page documents the methods and fields available in the FilePicker class.

Members

SignatureDescription
DFile(androidx.documentfile.provider.DocumentFile)Performs the DFile operation using the provided parameters (file).
getName()Returns the current name.
getParentFile()Returns the current parent file.
getType()Returns the current type.
getUri()Returns the current uri.
importFile(DFile, File)Performs the importFile operation using the provided parameters (documentFile, destination).
importTo(File)Performs the importTo operation using the provided parameters (destination).
onCancel()Performs the onCancel operation.
onError(String)Performs the onError operation using the provided parameters (error).
onSuccess(List<DocumentFile>, AndroidFilePicker.Callback)Performs the onSuccess operation using the provided parameters (files, callback).
open(Listener)Performs the open operation using the provided parameters (listener).