All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.ktx.intent.email.Email.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.ktx.intent.email

data class Email(
    val to: List,
    val cc: List = emptyList(),
    val bcc: List = emptyList(),
    val subject: String? = null,
    val body: String? = null
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy