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