Class ConsentSettings

User consent and privacy settings. These settings help PAL SDK make decisions about the identifiers used while generating nonce signals.
Constructors
constructor
Properties
allowStorage
Whether PAL has IAB purpose 1 consent to use identifiers and storage.

Constructors


constructor

new ConsentSettings(): ConsentSettings
Returns
ConsentSettings

Properties


allowStorage

allowStorage: boolean
Whether PAL has IAB purpose 1 consent to use identifiers and storage. For more information, see IAB Europe Transparency & Consent Framework Policies You must use a Consent Management Provider (CMP) to determine the value of allowStorage property. By default, the allowStorage property is a false value. If specified as a true value, PAL SDK has consent from the user to use information like cookies, device IDs and advertising IDs. You must set this value to comply with IAB TCFv2 (Transparency and Consent Framework).