Package org.mozilla.geckoview
Class ContentBlocking.CookieBannerMode
Object
org.mozilla.geckoview.ContentBlocking.CookieBannerMode
- Enclosing class:
- ContentBlocking
Cookie banner handling mode constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDo not enable handling cookie banners.static final intOnly handle banners where selecting "reject all" is possible.static final intReject cookies when possible otherwise accept the cookies. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor for CookieBannerMode. -
Method Summary
-
Field Details
-
COOKIE_BANNER_MODE_DISABLED
public static final int COOKIE_BANNER_MODE_DISABLEDDo not enable handling cookie banners.- See Also:
-
COOKIE_BANNER_MODE_REJECT
public static final int COOKIE_BANNER_MODE_REJECTOnly handle banners where selecting "reject all" is possible.- See Also:
-
COOKIE_BANNER_MODE_REJECT_OR_ACCEPT
public static final int COOKIE_BANNER_MODE_REJECT_OR_ACCEPTReject cookies when possible otherwise accept the cookies.- See Also:
-
-
Constructor Details
-
CookieBannerMode
protected CookieBannerMode()Protected constructor for CookieBannerMode.
-