updateMyUserProfile

public abstract void updateMyUserProfile(UserProfile profile, IRongCoreCallback.UpdateUserProfileCallback callback)

Update user profile

Note: It is recommended to fetch the user profile first and then update the profile based on the latest user profile.

Since

5.10.0

Parameters

profile

User profile information

callback

The operation result is returned through this callback once the operation is completed.