Object DefaultConsent
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.Consent
public class DefaultConsent extends ConsentImplementation implements Consent
Default consent handling. Will read the IAB consent string and CCPA string from SharedPreferences if available.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdebugInfoprivate final BooleanconsentStateForReportingpublic final static DefaultConsentINSTANCE
-
Method Summary
-
Methods inherited from class com.intentsoftware.addapptr.Consent
setNoConsentNetworkStopSet -
Methods inherited from class com.intentsoftware.addapptr.internal.ConsentImplementation
getConsentStateForReporting -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-