commit | author | age | ||
96fe76 | 1 | #import <UserMessagingPlatform/UMPDebugSettings.h> |
L | 2 | |
3 | /// Parameters sent on updates to user consent info. | |
4 | @interface UMPRequestParameters : NSObject <NSCopying> | |
5 | ||
6 | /// Indicates whether the user is tagged for under age of consent. | |
7 | @property(nonatomic) BOOL tagForUnderAgeOfConsent; | |
8 | ||
9 | /// Debug settings for the request. | |
10 | @property(nonatomic, copy, nullable) UMPDebugSettings *debugSettings; | |
11 | ||
12 | @end |