Package-level declarations

Functions

Link copied to clipboard
fun Context.shareEmail(email: String, subject: String, body: String = "", file: File? = null, fileProviderPath: String = "")

Performs the SDAI side effect handled by shareEmail.

Link copied to clipboard
fun Context.shareFile(file: File, fileProviderPath: String, fileMimeType: String? = null, shareChooserTitle: String? = null)

Performs the SDAI side effect handled by shareFile.

Link copied to clipboard
fun Context.shareText(text: String, shareChooserTitle: String? = null)

Performs the SDAI side effect handled by shareText.

Link copied to clipboard
private fun Context.startChooserActivity(intent: Intent, title: String?)

Executes the startChooserActivity step in the SDAI core UI layer.