FilePickedCallback

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface FilePickedCallback

Callback that is responsible for informing about a Uri of the picked file.

Functions

Link copied to clipboard
abstract fun onCanceled()

Called when file selection was cancelled.

Link copied to clipboard
abstract fun onFailure(failure: FilePickedFailure)

Called when an error occurred during the file picking.

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

Called when the file was picked.