Publisher privacy treatment personalization states.
Inherited Method Summary
From class java.lang.Enum
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface java.lang.constant.Constable
|
abstract Optional<? extends ConstantDesc>
|
describeConstable()
|
From interface java.lang.Comparable
Enum Values
public static final
RequestConfiguration.PublisherPrivacyPersonalizationState
DEFAULT
Indicates that the ad request should receive the default publisher privacy
treatment.
public static final
RequestConfiguration.PublisherPrivacyPersonalizationState
DISABLED
Indicates that the ad request should receive the non-personalized publisher privacy
treatment.
public static final
RequestConfiguration.PublisherPrivacyPersonalizationState
ENABLED
Indicates that the ad request should receive the personalized publisher privacy
treatment.