shareFile
fun Context.shareFile(file: File, fileProviderPath: String, fileMimeType: String? = null, shareChooserTitle: String? = null)(source)
Performs the SDAI side effect handled by shareFile.
Author
Dmitriy Moroz
Parameters
file
file used by the operation.
fileProviderPath
file provider path value consumed by the API.
fileMimeType
file mime type value consumed by the API.
shareChooserTitle
share chooser title value consumed by the API.