lpw
2024-07-22 4d5de8a03c004eecbc8f21aebb9786a106100d46
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