MSConsentType enum
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 |