SharedContactEmail

data class SharedContactEmail(type: String?, value: String?, label: String?)

Properties

Link copied to clipboard
val label: String? = null

the type label when type is CUSTOM

Link copied to clipboard
val type: String? = null

the type of email (options: HOME, WORK, MOBILE, CUSTOM)

Link copied to clipboard
val value: String? = null

the email address