Show / Hide Table of Contents

Class FriendProfileItem

Inheritance
System.Object
ExtraData
FriendProfileItem
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 FriendProfileItem : ExtraData

Fields

friend_profile_item_custom_string_array

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

只写, 修改自定义好友字段

friend_profile_item_group_name_array

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

只写, 修改好友分组名称列表

friend_profile_item_remark

Declaration
public string friend_profile_item_remark
Field Value
Type Description
System.String

只写, 修改好友备注

In This Article
Back to top Generated by DocFX