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.
Types of user consent.
Signature
typedef NS_ENUM(NSUInteger, MSConsentType)
{
DocumentTrackingConsent = 0,
ServiceURLConsent = 1
};
Members
| Member | Value | Notes |
|---|---|---|
| DocumentTrackingConsent |
0 |
|
| ServiceURLConsent |
1 |
Defined in
MSConsent.h
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |