Package org.mozilla.geckoview
Class WebExtension.Flags
Object
org.mozilla.geckoview.WebExtension.Flags
- Enclosing class:
- WebExtension
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
Set this flag if you want to enable content scripts messaging.static final long
-
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final long NONE- See Also:
-
ALLOW_CONTENT_MESSAGING
public static final long ALLOW_CONTENT_MESSAGINGSet this flag if you want to enable content scripts messaging. To listen to such messages you can useWebExtension.SessionController.setMessageDelegate(org.mozilla.geckoview.WebExtension, org.mozilla.geckoview.WebExtension.MessageDelegate, java.lang.String)
.- See Also:
-
-
Constructor Details
-
Flags
protected Flags()
-