AMAGenderAttribute protocol
The protocol defines methods for updating the gender of a user profile.
Instance methods
Updates the attribute value with the specified value from the AMAGenderType enum. |
|
Resets the attribute value. |
Method descriptions
-withValue:
- (AMAUserProfileUpdate *)withValue:(AMAGenderType)value
Updates the attribute value with the specified value from the AMAGenderType enum.
Parameters:
|
The value from the AMAGenderType enum. |
Returns:
The AMAUserProfileUpdate
class instance.
-withValueReset
- (AMAUserProfileUpdate *)withValueReset
Resets the attribute value.
Returns:
The AMAUserProfileUpdate
class instance.