Builder
class Builder
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Add a single custom property to the capture options
Link copied to clipboard
fun groupProperties(groupProperties: Map<String, Map<String, Any?>>): PostHogFeatureFlagResultOptions.Builder
Appends multiple user properties (set once) to the capture options.
Link copied to clipboard
fun groupProperty(group: String, key: String, propValue: Any?): PostHogFeatureFlagResultOptions.Builder
Adds a single user property (set once) to the capture options.
Link copied to clipboard
Appends multiple user properties to the capture options.
Link copied to clipboard
Adds a single user property to the capture options
Link copied to clipboard
Sets whether to send the $feature_flag_called event when the flag is evaluated. When null, uses the default behavior from PostHogConfig.sendFeatureFlagEvent.