startEmailChooser

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

Starts the email chooser

Return

true if the email chooser was started successfully, false otherwise

Parameters

chooserTitle

The title of the chooser dialog

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