LGPD
User Consent Given
UserInfo.setLgpdConsent(true, context);
// true if you have the user’s consentFairBid.user().setLGPDConsent = true[FairBid user].setLGPDConsent = true;UserInfo.SetLgpdConsent(true);User Consent NOT Given
UserInfo.setLgpdConsent(false, context);
// false if you have the user’s consentFairBid.user().setLGPDConsent = false[FairBid user].setLGPDConsent = false;UserInfo.SetLgpdConsent(false);Last updated
