Airship Unity Plugin 10.0.0
  • AirshipSDK
  • AirshipFeatureFlagManager
Public Member Functions | List of all members
AirshipSDK.AirshipFeatureFlagManager Class Reference

Airship feature flag manager. More...

Public Member Functions

IEnumerator Flag (string name, Action< FeatureFlag > onComplete, Action< Exception > onError=null)
 Retrieve a given flag's status and associated data by its name asynchronously using a coroutine.
 
void TrackInteraction (FeatureFlag flag)
 Tracks a feature flag interaction event.
 

Detailed Description

Airship feature flag manager.

Member Function Documentation

◆ Flag()

IEnumerator AirshipSDK.AirshipFeatureFlagManager.Flag ( string  name,
Action< FeatureFlag >  onComplete,
Action< Exception >  onError = null 
)
inline

Retrieve a given flag's status and associated data by its name asynchronously using a coroutine.

This method does not block Unity's main thread.

Parameters
nameThe name of the flag.
onCompleteCallback invoked with the feature flag when the operation completes.
onErrorOptional callback invoked if an error occurs.
Returns
A coroutine that can be started with StartCoroutine.

References AirshipSDK.FeatureFlag.

◆ TrackInteraction()

void AirshipSDK.AirshipFeatureFlagManager.TrackInteraction ( FeatureFlag  flag)
inline

Tracks a feature flag interaction event.

Parameters
flagThe flag.

Generated on Wed Sep 2 2026 21:27:03 for Airship Unity Plugin by   doxygen 1.9.8