public static class AppConfiguration.App.Vendors.IABVendors.PublisherRestriction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RESTRICTION_TYPE |
static class |
AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RestrictionVendors |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_ALLOW |
static java.lang.String |
TYPE_DISALLOW |
static java.lang.String |
TYPE_REQUIRE_CONSENT |
static java.lang.String |
TYPE_REQUIRE_LI |
static java.lang.String |
TYPE_UNKNOWN |
| Constructor and Description |
|---|
PublisherRestriction(java.lang.String purposeId,
java.lang.String type,
AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RestrictionVendors vendors) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getPurposeId() |
java.lang.String |
getType() |
AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RestrictionVendors |
getVendors() |
public static final java.lang.String TYPE_ALLOW
public static final java.lang.String TYPE_DISALLOW
public static final java.lang.String TYPE_REQUIRE_CONSENT
public static final java.lang.String TYPE_REQUIRE_LI
public static final java.lang.String TYPE_UNKNOWN
public PublisherRestriction(java.lang.String purposeId,
java.lang.String type,
AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RestrictionVendors vendors)
public java.lang.String getId()
@Nullable public java.lang.String getPurposeId()
@Nullable public AppConfiguration.App.Vendors.IABVendors.PublisherRestriction.RestrictionVendors getVendors()
public java.lang.String getType()