UMPRequestParameters
@interface UMPRequestParameters : NSObject <NSCopying>
Parameters sent on updates to user consent info.
-
Indicates whether the user is tagged for under age of consent.
Declaration
Swift
var tagForUnderAgeOfConsent: Bool { get set }
Objective-C
@property (nonatomic) BOOL tagForUnderAgeOfConsent;
-
Debug settings for the request.
Declaration
Swift
@NSCopying var debugSettings: UMPDebugSettings? { get set }
Objective-C
@property (nonatomic, copy, nullable) UMPDebugSettings *debugSettings;