pickDirectory

fun pickDirectory(startingDirectoryUri: Uri? = null, callback: SharedStorageDirectoryPicker.DirectoryPickerCallback)

Triggers an intent to pick the folder on the device to which the files with logs will be saved. The result of the operation is notified with the callback.

Parameters

startingDirectoryUri

The Uri of the initial directory opened by the intent.

callback

Informs about the result of the directory picking.