Class AirshipFeatureFlagManager

Airship feature flag manager.

Hierarchy

  • AirshipFeatureFlagManager

Constructors

Properties

Methods

Constructors

Properties

plugin: AirshipPluginWrapper

Methods

  • Retrieve a given flag's status and associated data by its name.

    Returns

    A promise resolving to the feature flag requested.

    Throws

    when failed to fetch

    Parameters

    • flagName: string

      The flag name

    Returns Promise<FeatureFlag>

Generated using TypeDoc