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 type.
Signature
typedef NS_ENUM(NSUInteger, MSNotificationType) {
NotificationTypeDisabled = 0,
NotificationTypeEnabled = 1,
NotificationTypeDenyOnly = 2
};
Members
| Member | Value | Notes |
|---|---|---|
| NotificationTypeDisabled |
0 |
No email notifications will be sent. |
| NotificationTypeEnabled |
1 |
Email notification will be sent. |
| NotificationTypeDenyOnly |
2 |
Email notification will only be sent for denied attempts to access the tracked document. |
Defined in
MSMSLicenseMetadata.h
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |