getFeatureFlagPayload

open override fun getFeatureFlagPayload(distinctId: String, key: String, defaultValue: Any?, groups: Map<String, String>?, personProperties: Map<String, Any?>?, groupProperties: Map<String, Map<String, Any?>>?): Any?

Returns the feature flag payload Docs https://posthog.com/docs/feature-flags and https://posthog.com/docs/experiments

Parameters

distinctId

the distinctId

key

the Key

defaultValue

the default value if not found