Show / Hide Table of Contents

Class UserProfileItem

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

Fields

user_profile_item_add_permission

Declaration
public TIMProfileAddPermission user_profile_item_add_permission
Field Value
Type Description
TIMProfileAddPermission

Write-only; modifies the friend adding option

user_profile_item_birthday

Declaration
public uint user_profile_item_birthday
Field Value
Type Description
System.UInt32

Write-only; modifies the birthday

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>

 Custom profile fields

user_profile_item_face_url

Declaration
public string user_profile_item_face_url
Field Value
Type Description
System.String

Write-only; modifies the user profile photo

user_profile_item_gender

Declaration
public TIMGenderType user_profile_item_gender
Field Value
Type Description
TIMGenderType

Write-only; modifies the user gender

user_profile_item_language

Declaration
public uint user_profile_item_language
Field Value
Type Description
System.UInt32

Write-only; modifies the language

user_profile_item_level

Declaration
public uint user_profile_item_level
Field Value
Type Description
System.UInt32

Write-only; modifies the level

user_profile_item_location

Declaration
public string user_profile_item_location
Field Value
Type Description
System.String

Write-only; modifies the location

user_profile_item_nick_name

Declaration
public string user_profile_item_nick_name
Field Value
Type Description
System.String

Write-only; modifies the username

user_profile_item_role

Declaration
public uint user_profile_item_role
Field Value
Type Description
System.UInt32

Write-only; modifies the role

user_profile_item_self_signature

Declaration
public string user_profile_item_self_signature
Field Value
Type Description
System.String

Write-only; modifies the user signature

In This Article
Back to top Generated by DocFX