AMANotificationsEnabledAttribute protocol
The protocol defines methods for updating the notification status of a user profile.
It indicates whether the user has enabled notifications.
Instance methods
Updates the attribute value. |
|
Resets the attribute value. |
Method descriptions
-withValue:
- (AMAUserProfileUpdate *)withValue:(BOOL)value
Updates the attribute value.
Parameters:
|
Attribute value: |
Returns:
The AMAUserProfileUpdate
class instance.
-withValueReset
- (AMAUserProfileUpdate *)withValueReset
Resets the attribute value.
Returns:
The AMAUserProfileUpdate
class instance.
Was the article helpful?
Previous
Next