Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |