shareEmail
fun Context.shareEmail(email: String, subject: String, body: String = "", file: File? = null, fileProviderPath: String = "")(source)
Performs the SDAI side effect handled by shareEmail.
Author
Dmitriy Moroz
Parameters
email
email value consumed by the API.
subject
subject value consumed by the API.
body
body value consumed by the API.
file
file used by the operation.
fileProviderPath
file provider path value consumed by the API.