The type of consent to set. Supported consent types are AD_STORAGE,
ANALYTICS_STORAGE, AD_USER_DATA and
AD_PERSONALIZATION. Omitting a type retains its previous status.
Inherited Method Summary
From class java.lang.Enum
|
final Object
|
clone()
|
| final int |
|
| int |
|
|
final Optional<EnumDesc<E>>
|
describeConstable()
|
| final boolean |
|
| final void |
finalize()
|
|
final Class<E>
|
getDeclaringClass()
|
| final int |
hashCode()
|
|
final String
|
name()
|
| final int |
ordinal()
|
|
String
|
toString()
|
|
static <T extends Enum<T>>
T
|
|
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
FirebaseAnalytics.ConsentType AD_PERSONALIZATION
Sets consent for personalized advertising.
public static final
FirebaseAnalytics.ConsentType AD_STORAGE
Enables storage (such as device identifiers) related to advertising.
public static final
FirebaseAnalytics.ConsentType AD_USER_DATA
Sets consent for sending user data to Google for advertising purposes.
public static final
FirebaseAnalytics.ConsentType ANALYTICS_STORAGE
Enables storage (such as app identifiers) related to analytics, e.g. visit
duration.