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 information.

Since

5.10.0

Parameters

profile

User profile information

callback

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