FeatureFlagsUpdatedEvent

class FeatureFlagsUpdatedEvent(val featureFlags: List<FeatureFlag>)

Parameters

featureFlags

The list of FeatureFlag.

Constructors

Link copied to clipboard
constructor(featureFlags: List<FeatureFlag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Returns the number of Feature Flags in the response.

Link copied to clipboard

Functions

Link copied to clipboard

Gets a specific Feature Flag by its id.

Link copied to clipboard
open override fun toString(): String