Show / Hide Table of Contents

Class FriendProfileItem

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

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>

 Custom friend fields

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>

Write-only; modifies the group name list

friend_profile_item_remark

Declaration
public string friend_profile_item_remark
Field Value
Type Description
System.String

Write-only; modifies the friend remarks

In This Article
Back to top Generated by DocFX