MSNotificationPreference enum
Document tracking notification preference.
typedef NS_ENUM(NSUInteger, MSNotificationPreference) {
NotificationPrefDefault = 0,
NotificationPrefDigest = 1
};
Member | Value | Notes |
---|---|---|
NotificationPrefDefault |
0 |
Email notifications sent per access. |
NotificationPrefDigest |
1 |
Email notifications sent as a digest once per day.[!Note] |
MSMSLicenseMetadata.h
Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |