ProgrammaticAccessLibrary Framework Reference
PALSettings
@interface PALSettings : NSObject
The PALSettings class stores SDK wide settings.
-
Specify if storage is allowed (used for TCFv2 compliance). Default value is false.
Declaration
Swift
var allowStorage: Bool { get set }
Objective-C
@property (nonatomic) BOOL allowStorage;
-
Specify if the ad request is directed to a child or user of an unknown age (for example,
TFCD or TFUA). Default value is false.
Declaration
Swift
var directedForChildOrUnknownAge: Bool { get set }
Objective-C
@property (nonatomic) BOOL directedForChildOrUnknownAge;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-03 UTC.
[null,null,["Last updated 2024-04-03 UTC."],[[["The `PALSettings` class manages SDK-wide settings, including storage and user age targeting options."],["`allowStorage` determines if storage is permitted, relevant for TCFv2 compliance and defaults to false."],["`directedForChildOrUnknownAge` indicates if the ad request targets a child or a user with an unknown age (TFCD or TFUA) and defaults to false."]]],[]]