SharedContactName

data class SharedContactName(display: String?, given: String?, middle: String?, family: String?, prefix: String?, suffix: String?)

Properties

Link copied to clipboard
val display: String? = null

the full name that should be displayed

Link copied to clipboard
val family: String? = null

family name (surname)

Link copied to clipboard
val given: String? = null

given name

Link copied to clipboard
val middle: String? = null

middle name

Link copied to clipboard
val prefix: String? = null
Link copied to clipboard
val suffix: String? = null