Package com.flurry.android
Class Consent
java.lang.Object
com.flurry.android.Consent
- Direct Known Subclasses:
FlurryConsent
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get consent Strings correspondingGet Integer set of IAB GPP section ids for the IAB Global Privacy Platform (GPP).Get IAB GPP String for the IAB Global Privacy Platform (GPP).int
hashCode()
idsToString
(Set<Integer> ids) A modified version of AbstractCollection.toString.boolean
Whether is in GDPR scope
-
Field Details
-
GPP_STRING_KEY
- See Also:
-
GPP_SID_KEY
- See Also:
-
isGdprScope
protected boolean isGdprScope -
consentStrings
-
-
Constructor Details
-
Consent
public Consent()
-
-
Method Details
-
isGdprScope
public boolean isGdprScope()Whether is in GDPR scope- Returns:
- true if in GDPR scope, false otherwise
-
getConsentStrings
Get consent Strings corresponding- Returns:
- consent strings map
-
getGppString
Get IAB GPP String for the IAB Global Privacy Platform (GPP).- Returns:
- IAB GPP String
-
getGppSectionIds
Get Integer set of IAB GPP section ids for the IAB Global Privacy Platform (GPP).- Returns:
- Integer set of IAB GPP section ids
-
idsToString
A modified version of AbstractCollection.toString.- Parameters:
ids
- Set of integer IDs.- Returns:
- String format of integers separated by common
-
equals
-
hashCode
public int hashCode()
-