GDPR
User Consent Given
UserInfo.setGdprConsent(true, context);
// true or YES if you have the user’s consentFairBid.user().gdprConsent = true[FairBid user].GDPRConsent = YES;UserInfo.SetGdprConsent(true);User Consent NOT Given
UserInfo.setGdprConsent(false, context);
// false or NOT if you do not have the user’s consentUserInfo.SetGdprConsent(false);[Optional] Additional User Consent String
Last updated
