Show / Hide Table of Contents

Class FriendProfile

Inheritance
System.Object
ExtraData
FriendProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class FriendProfile : ExtraData

Fields

friend_profile_add_source

Declaration
public string friend_profile_add_source
Field Value
Type Description
System.String

只读, 好友申请时的添加来源

friend_profile_add_time

Declaration
public long friend_profile_add_time
Field Value
Type Description
System.Int64

只读, 好友添加时间

friend_profile_add_wording

Declaration
public string friend_profile_add_wording
Field Value
Type Description
System.String

只读, 好友申请时的添加理由

friend_profile_custom_string_array

Declaration
public List<FriendProfileCustemStringInfo> friend_profile_custom_string_array
Field Value
Type Description
System.Collections.Generic.List<FriendProfileCustemStringInfo>

只读, 自定义好友字段

friend_profile_group_name_array

Declaration
public List<string> friend_profile_group_name_array
Field Value
Type Description
System.Collections.Generic.List<System.String>

只读, 好友分组名称列表

friend_profile_identifier

Declaration
public string friend_profile_identifier
Field Value
Type Description
System.String

只读, 好友UserID

friend_profile_remark

Declaration
public string friend_profile_remark
Field Value
Type Description
System.String

只读, 好友备注,最大96字节,获取自己资料时,该字段为空

friend_profile_user_profile

Declaration
public UserProfile friend_profile_user_profile
Field Value
Type Description
UserProfile

只读, 好友的个人资料

In This Article
Back to top Generated by DocFX