Airship Feature Flag Manager interface. More...
Public Member Functions | |
| Task< FeatureFlag?> | GetFlag (string flagName) |
| Gets a feature flag by name. | |
| Task | TrackInteraction (FeatureFlag flag) |
| Tracks a feature flag interaction. | |
Airship Feature Flag Manager interface.
| Task< FeatureFlag?> AirshipDotNet.IAirshipFeatureFlagManager.GetFlag | ( | string | flagName | ) |
Gets a feature flag by name.
| flagName | The flag name. |
| Task AirshipDotNet.IAirshipFeatureFlagManager.TrackInteraction | ( | FeatureFlag | flag | ) |
Tracks a feature flag interaction.
| flag | The feature flag to track. |