사용자 닉네임, Profile Image url을 변경할 수 있습니다.
TalkPlusApi.UpdateUserProfile(username, profileImageUrl, metaData, (TPUser tpUser) => { // SUCCESS }, (int statusCode, Exception e) => { // FAILURE });
Last updated 5 months ago