FilePickedCallback

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

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 file choosing was cancelled.

Link copied to clipboard
abstract fun onFilePicked(fileUri: Uri)

Called when the file was picked.