setGppConsent static method

void setGppConsent(
  1. String gppString,
  2. Set<int> gppSectionIds
)

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);
}