setGppConsent static method
Set Flurry Consent for the IAB Global Privacy Platform (GPP). To pass an IAB string to Flurry.
Set Flurry Consent for the IAB Global Privacy Platform (GPP) with the GPP string of
gppString
, and the GPP section IDs of gppSectionIds
.
Implementation
static void setGppConsent(String gppString, Set<int> gppSectionIds) {
flurryAgent?.setGppConsent(gppString, gppSectionIds);
}