FeatureFlagManager
Airship Feature Flags manager.
Properties
Flag result cache that can be used by flag to return a previous result if the flag is not found or fails to resolve.
Gets the current data status
Gets the status updates
Inherited properties
Functions
Gets and evaluates a feature flag. The PrivacyManager.Feature.FEATURE_FLAGS must be enabled or this method will return an error.
Gets and evaluates a feature flag and returns it as a PendingResult. The PrivacyManager.Feature.FEATURE_FLAGS must be enabled or this method will return null.
Gets and evaluates a feature flag and returns it as a PendingResult. The PrivacyManager.Feature.FEATURE_FLAGS must be enabled or this method will return null.
Tracks an interaction on a FeatureFlag. The PrivacyManager.Feature.FEATURE_FLAGS must be enabled or this method will no-op.