Package-level declarations

Types

Link copied to clipboard
class AppContextProvider : <ERROR CLASS> ERROR CLASS: Symbol not found for ContentProvider

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
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
expect fun Mail.startEmailChooser(chooserTitle: String): Boolean

Starts the email chooser

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