sdk
/
com.airs.edith.sdk.context.communication
/
ContactsData
Contacts
Data
data class
ContactsData
(type:
String
?, name:
String
?, contactId:
String
?, contactNumber:
String
?, category:
String
?)
Content copied to clipboard
Contacts Data 연락처에 포함된 이름으로 전화 시 전달되는 정보
Constructors
Properties
Constructors
ContactsData
Link copied to clipboard
fun
ContactsData
(type:
String
? = null, name:
String
? = null, contactId:
String
? = null, contactNumber:
String
? = null, category:
String
? = null)
Content copied to clipboard
Properties
category
Link copied to clipboard
val
category
:
String
? = null
Content copied to clipboard
ex: "1", "2", "3"
contactId
Link copied to clipboard
val
contactId
:
String
? = null
Content copied to clipboard
ex:"u1"
contactNumber
Link copied to clipboard
val
contactNumber
:
String
? = null
Content copied to clipboard
ex: "010-1234-5678"
name
Link copied to clipboard
val
name
:
String
? = null
Content copied to clipboard
ex:"포티"
type
Link copied to clipboard
val
type
:
String
? = null
Content copied to clipboard
ex: "id", "number"