public class ProfileManager.ProfilePropertyEditor extends ProfileManager.ProfileEditor
Modifier and Type | Method and Description |
---|---|
void |
commit(OnProfileEditCallback callback)
Commit changes and post it to server.
|
ProfileManager.ProfilePropertyEditor |
put(java.lang.String key,
java.util.List<java.lang.Object> value) |
ProfileManager.ProfilePropertyEditor |
put(java.lang.String key,
java.lang.Object... values) |
ProfileManager.ProfilePropertyEditor |
put(java.lang.String key,
java.lang.Object value) |
commit
public ProfileManager.ProfilePropertyEditor put(java.lang.String key, java.lang.Object value)
public ProfileManager.ProfilePropertyEditor put(java.lang.String key, java.lang.Object... values)
public ProfileManager.ProfilePropertyEditor put(java.lang.String key, java.util.List<java.lang.Object> value)
public void commit(OnProfileEditCallback callback)
commit
in class ProfileManager.ProfileEditor
callback
- OnProfileEditCallback
ErrorCode.isInternalServerError()
,
ErrorCode.INVALID_PROFILE
,
ErrorCode.APPEND_PROFILE_ERROR
,
ErrorCode.INCREASE_PROFILE_ERROR
,
ErrorCode.SET_PROFILE_ERROR
,
ErrorCode.SET_ONCE_PROFILE_ERROR
,
ErrorCode.UNION_PROFILE_ERROR
,
ErrorCode.UPDATE_PROFILE_ERROR