class MCDUserNotificationUpdateResult
@interface MCDUserNotificationUpdateResult : NSObject
This class describes the status of an attempt to update a notification.
Properties
notificationId
@property(nonatomic, readonly, nonnull) NSString* notificationId;
The ID of the notification.
succeeded
@property(nonatomic, readonly) Succeeded succeeded;
Whether the operation succeeded.