get Feature Flag Result
Returns the feature flag result containing both value and payload. Docs https://posthog.com/docs/feature-flags and https://posthog.com/docs/experiments
Return
FeatureFlagResult if the flag exists, null otherwise
Parameters
the distinctId
the Key
groups for group-based flags
person properties for flag evaluation
group properties for flag evaluation
whether to send the $feature_flag_called event, or null to use config default
Returns the feature flag result containing both value and payload. Docs https://posthog.com/docs/feature-flags and https://posthog.com/docs/experiments
Return
FeatureFlagResult if the flag exists, null otherwise
Parameters
the distinctId
the Key
Returns the feature flag result containing both value and payload. Docs https://posthog.com/docs/feature-flags and https://posthog.com/docs/experiments
Return
FeatureFlagResult if the flag exists, null otherwise
Parameters
the distinctId
the Key
the feature flag result options containing groups, personProperties, groupProperties, and sendFeatureFlagEvent