Update User Information

You can update username and profile image URL.

TalkPlusApi.UpdateUserProfile(username, 
   profileImageUrl, 
   metaData, 
   (TPUser tpUser) => { 
   // SUCCESS
}, (int statusCode, Exception e) => {
   // FAILURE
});

Last updated