Show / Hide Table of Contents

Class UserProfileItem

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

Fields

user_profile_item_add_permission

Declaration
public TIMProfileAddPermission user_profile_item_add_permission
Field Value
Type Description
TIMProfileAddPermission

只写, 修改用户加好友的选项

user_profile_item_birthday

Declaration
public uint user_profile_item_birthday
Field Value
Type Description
System.UInt32

只写, 修改生日

user_profile_item_custom_string_array

Declaration
public List<UserProfileCustemStringInfo> user_profile_item_custom_string_array
Field Value
Type Description
System.Collections.Generic.List<UserProfileCustemStringInfo>

只写, 修改自定义资料字段

user_profile_item_face_url

Declaration
public string user_profile_item_face_url
Field Value
Type Description
System.String

只写, 修改用户头像

user_profile_item_gender

Declaration
public TIMGenderType user_profile_item_gender
Field Value
Type Description
TIMGenderType

只写, 修改用户性别

user_profile_item_language

Declaration
public uint user_profile_item_language
Field Value
Type Description
System.UInt32

只写, 修改语言

user_profile_item_level

Declaration
public uint user_profile_item_level
Field Value
Type Description
System.UInt32

只写, 修改等级

user_profile_item_location

Declaration
public string user_profile_item_location
Field Value
Type Description
System.String

只写, 修改位置

user_profile_item_nick_name

Declaration
public string user_profile_item_nick_name
Field Value
Type Description
System.String

只写, 修改用户昵称

user_profile_item_role

Declaration
public uint user_profile_item_role
Field Value
Type Description
System.UInt32

只写, 修改角色

user_profile_item_self_signature

Declaration
public string user_profile_item_self_signature
Field Value
Type Description
System.String

只写, 修改用户签名

In This Article
Back to top Generated by DocFX