ContactsData

data class ContactsData(type: String?, name: String?, contactId: String?, contactNumber: String?, category: String?)

Contacts Data 연락처에 포함된 이름으로 전화 시 전달되는 정보

Constructors

ContactsData
Link copied to clipboard
fun ContactsData(type: String? = null, name: String? = null, contactId: String? = null, contactNumber: String? = null, category: String? = null)

Properties

category
Link copied to clipboard
val category: String? = null
ex: "1", "2", "3"
contactId
Link copied to clipboard
val contactId: String? = null
ex:"u1"
contactNumber
Link copied to clipboard
val contactNumber: String? = null
ex: "010-1234-5678"
name
Link copied to clipboard
val name: String? = null
ex:"포티"
type
Link copied to clipboard
val type: String? = null
ex: "id", "number"