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