tencent cloud

Customize User Attributes
Last updated: 2024-11-21 18:01:45
Customize User Attributes
Last updated: 2024-11-21 18:01:45
The host application developer can set the user's nickname and avatar information through the method provided by the SDK。

Setting up user nicknames

/**
* @brief SDK host platform's user nickname, returns "TCMPP" by default -- SDK host platform's user nickname, returns "TCMPP" by default.
*/
- (NSString *)getAppNickName;

Setting up user avatars

/**
* @ brief SDK host platform user avatar, the default return demo image, SDK host platform user avatar, default return demo image
*/
- (UIImage *)getAppAvatar;

Get current user account identifier

/**
* @brief Get the current user account identifier of the SDK host platform, usually fill in uin or openid - Get the current user account identifier of the SDK host platform, usually fill in uin or openid
* Note: Returning nil will invalidate some caches within the SDK. If you are not logged in, you can fill in a device number id to avoid cache invalidation - Note: Returning nil will cause some caches within the SDK to be invalidated. If not logged in, you can fill in a device number id to avoid cache invalidation.
*/
- (NSString *_Nonnull)getAppUID;

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback