Package com.intentsoftware.addapptr
Class VendorConsent
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.Consent
public final class VendorConsent extends ConsentImplementation implements Consent
Type of Consent where the publisher can pass Non-IAB consent state for specific vendors. Will read the IAB consent string and CCPA string from SharedPreferences if available.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVendorConsent.VendorConsentDelegate
-
Field Summary
Fields Modifier and Type Field Description private final StringdebugInfoprivate final BooleanconsentStateForReporting
-
Constructor Summary
Constructors Constructor Description VendorConsent(VendorConsent.VendorConsentDelegate vendorConsentDelegate)
-
Method Summary
-
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
-
VendorConsent
VendorConsent(VendorConsent.VendorConsentDelegate vendorConsentDelegate)
- Parameters:
vendorConsentDelegate- The VendorConsent.VendorConsentDelegate instance.
-
-
-
-