I am trying to pass GDPR consent to flurry from my android app. Per this documentation: https://developer.yahoo.com/flurry/docs/publisher/android/gdpr/
I should use :
consentStrings.put(βIABβ, iabString);
but we don't use the IAB framework. What should be the key-value pair in that case?