DirectoryPickerCallback

Callback which is responsible to inform about a Uri of the picked directory.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onCanceled()

Called when directory picking was cancelled.

Link copied to clipboard
abstract fun onDirectoryPicked(directoryUri: Uri)

Called when the directory was picked.