Show / Hide Table of Contents

Class UserProfile

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

Fields

user_profile_add_permission

Declaration
public TIMProfileAddPermission user_profile_add_permission
Field Value
Type Description
TIMProfileAddPermission

只读, 用户加好友的选项

user_profile_birthday

Declaration
public uint user_profile_birthday
Field Value
Type Description
System.UInt32

只读, 生日

user_profile_custom_string_array

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

只读, 请参考自定义资料字段

user_profile_face_url

Declaration
public string user_profile_face_url
Field Value
Type Description
System.String

只读, 用户头像URL

user_profile_gender

Declaration
public TIMGenderType user_profile_gender
Field Value
Type Description
TIMGenderType

只读, 性别

user_profile_identifier

Declaration
public string user_profile_identifier
Field Value
Type Description
System.String

只读, 用户ID

user_profile_language

Declaration
public uint user_profile_language
Field Value
Type Description
System.UInt32

只读, 语言

user_profile_level

Declaration
public uint user_profile_level
Field Value
Type Description
System.UInt32

只读, 等级

user_profile_location

Declaration
public string user_profile_location
Field Value
Type Description
System.String

只读, 用户位置信息

user_profile_nick_name

Declaration
public string user_profile_nick_name
Field Value
Type Description
System.String

只读, 用户的昵称

user_profile_role

Declaration
public uint user_profile_role
Field Value
Type Description
System.UInt32

只读, 角色

user_profile_self_signature

Declaration
public string user_profile_self_signature
Field Value
Type Description
System.String

只读, 用户个人签名

In This Article
Back to top Generated by DocFX