Braze React Native SDK - v21.0.0
    Preparing search index...

    Class FeatureFlag

    Index

    Constructors

    Properties

    enabled: boolean

    Indicates whether or not this feature flag is enabled.

    id: string

    The ID for this feature flag.

    properties: Partial<
        Record<
            string,
            | StringProperty
            | NumberProperty
            | BooleanProperty
            | TimestampProperty
            | JSONProperty
            | ImageProperty,
        >,
    >

    Properties of this feature flag, listed as key-value pairs.

    Methods

    • Parameters

      • key: string

      Returns boolean | null

    • Parameters

      • key: string

      Returns string | null

    • Parameters

      • key: string

      Returns object | null

    • Parameters

      • key: string

      Returns number | null

    • Parameters

      • key: string

      Returns string | null

    • Parameters

      • key: string

      Returns number | null