Detail profile.
Public Member Functions | |
V2TIMUserFullInfo () | |
V2TIMUserFullInfo (const V2TIMUserFullInfo &userFullInfo) | |
~V2TIMUserFullInfo () override | |
Data Fields | |
V2TIMString | selfSignature |
V2TIMGender | gender |
uint32_t | role |
uint32_t | level |
uint32_t | birthday |
V2TIMFriendAllowType | allowType |
V2TIMCustomInfo | customInfo |
uint32_t | modifyFlag |
V2TIMString | userID |
V2TIMString | nickName |
V2TIMString | faceURL |
V2TIMUserFullInfo | ( | const V2TIMUserFullInfo & | userFullInfo | ) |
|
override |
V2TIMString selfSignature |
Bio.
V2TIMGender gender |
Gender.
uint32_t role |
Role.
uint32_t level |
Level.
uint32_t birthday |
Birthday.
V2TIMFriendAllowType allowType |
Friend verification method.
V2TIMCustomInfo customInfo |
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.
uint32_t modifyFlag |
|
inherited |
User ID.
|
inherited |
User nickname.
|
inherited |
Profile photo URL.