Package org.mozilla.geckoview
Class AIFeaturesController.AIFeature
Object
org.mozilla.geckoview.AIFeaturesController.AIFeature
- Enclosing class:
- AIFeaturesController
Represents an AI feature.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The feature id of the feature. -
isEnabled
public final boolean isEnabledWhether the feature is enabled to use. -
isAllowed
public final boolean isAllowedWhether the feature is possible to use. -
isBlocked
public final boolean isBlockedWhether the feature is blocked from being used.
-
-
Constructor Details
-
AIFeature
@VisibleForTesting protected AIFeature()For testing purposes only.
-
-
Method Details