Package-level declarations

Types

Link copied to clipboard

A ContentProvider to provide a global application context

Link copied to clipboard
class Mail(val receivers: List<String>, val subject: String, val body: String? = null, val bodyIsHtml: Boolean = false, val attachments: List<MailAttachmentFile> = emptyList())

Represents an email to be sent

Link copied to clipboard
actual class MailAttachmentFile

Represents a file to be attached to an email

expect class MailAttachmentFile

Represents a file to be attached to an email

actual class MailAttachmentFile(val path: String)

Represents a file to be attached to an email

Functions

Link copied to clipboard
actual fun Mail.startEmailChooser(chooserTitle: String): Boolean

Starts the email chooser

expect fun Mail.startEmailChooser(chooserTitle: String): Boolean

Starts the email chooser

actual fun Mail.startEmailChooser(chooserTitle: String): Boolean

Starts the email chooser