lpw
2024-06-24 96fe7669fe8da0110590467e2e95ad88c0149112
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