AMANameAttribute protocol
The protocol defines methods for updating the name of a user profile.
Instance methods
Updates the attribute value. |
|
Resets the attribute value. |
Method descriptions
-withValue:
- (AMAUserProfileUpdate *)withValue:(nullable NSString *)value
Updates the attribute value.
Parameters:
|
The name of the user profile. The maximum length of the user profile name is 100 characters. |
Returns:
The AMAUserProfileUpdate
class instance.
-withValueReset
- (AMAUserProfileUpdate *)withValueReset
Resets the attribute value.
Returns:
The AMAUserProfileUpdate
class instance.