Class
V2TIMUserFullInfo
public class V2TIMUserFullInfo : V2TIMUserInfo
Detail profile
Relationships
Superclass
V2TIMUserInfo
Definition of user profile
Initializers
init()
public override init()
Properties
description
public override var description: String
customInfo
public var customInfo: Dictionary<String, Data>?
Custom fields
You need to configure custom fields in the console first (Configuration -> Custom User Field). Then you can call this API to set the custom fields. You don't need to add the Tag_Profile_Custom_ prefix for keys.