Package com.intentsoftware.addapptr
Class SimpleConsent
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.Consent
public final class SimpleConsent extends ConsentImplementation implements Consent
Allows to set the status of Non-IAB consent. Will also read the IAB consent string and CCPA string from SharedPreferences if available.
-
-
Field Summary
Fields Modifier and Type Field Description private final NonIABConsentnonIABConsentprivate final StringdebugInfoprivate final BooleanconsentStateForReporting
-
Constructor Summary
Constructors Constructor Description SimpleConsent(NonIABConsent nonIABConsent)
-
Method Summary
Modifier and Type Method Description final NonIABConsentgetNonIABConsent()StringtoString()-
Methods inherited from class com.intentsoftware.addapptr.internal.ConsentImplementation
getConsentStateForReporting -
Methods inherited from class com.intentsoftware.addapptr.Consent
setNoConsentNetworkStopSet -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SimpleConsent
SimpleConsent(NonIABConsent nonIABConsent)
-
-
Method Detail
-
getNonIABConsent
final NonIABConsent getNonIABConsent()
-
-
-
-