Package-level declarations

Types

Link copied to clipboard

Airship Feature flag.

Link copied to clipboard
sealed class FeatureFlagException(val message: String) : Exception

Thrown when a feature flag data is stale or outdated.

Link copied to clipboard

Airship Feature Flags manager.

Link copied to clipboard

Feature flag remote data statuses

Link copied to clipboard

Feature Flag result cache. A cache managed by the app that is optionally used by FeatureFlagManager.flag to return an existing value if the flag fails to resolve or no longer exists.