Chat SDK for React Native 1.18.0
Preparing search index...
ChatContact
Class ChatContact
联系人对象
Index
Constructors
constructor
Properties
add
Timestamp?
remark
user
Id
user
Info?
Constructors
constructor
new
ChatContact
(
params
:
{
addTimestamp
?:
number
;
remark
:
string
;
userId
:
string
;
userInfo
?:
ChatUserInfo
;
}
,
)
:
ChatContact
Parameters
params
:
{
addTimestamp
?:
number
;
remark
:
string
;
userId
:
string
;
userInfo
?:
ChatUserInfo
;
}
Returns
ChatContact
Properties
Optional
add
Timestamp
addTimestamp
?:
number
添加该联系人的 Unix 时间戳,单位为毫秒。
remark
remark
:
string
联系人备注。
user
Id
userId
:
string
联系人ID。
Optional
user
Info
userInfo
?:
ChatUserInfo
联系人的用户属性。详见
ChatUserInfo
。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
add
Timestamp
remark
user
Id
user
Info
react-native-chat-sdk
Loading...
联系人对象