Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@Serializable
data class CustomContactAction(val label: String, val uri: Uri, val mimeType: String? = null, val packageName: String)

Custom contact action, for example, WhatsApp message, Telegram video call, etc.

Link copied to clipboard
@Serializable
data class EmailAddress(val address: String, val type: ContactInfoType = ContactInfoType.Other)
Link copied to clipboard
@Serializable
data class PhoneNumber(val number: String, val type: ContactInfoType = ContactInfoType.Other)
Link copied to clipboard
@Serializable
data class PostalAddress(val address: String, val type: ContactInfoType = ContactInfoType.Other)