SharedContactPhone

data class SharedContactPhone(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 phone (options: HOME, WORK, MOBILE, CUSTOM)

Link copied to clipboard
val value: String? = null

the phone number