API Reference statsig_elixir v0.22.0

Modules

Behaviour and helper APIs for implementing a custom Statsig data store in Elixir.

Response struct returned from handle_get_bytes/2.

Response struct returned from handle_get/2.

Get experiment and it's corresponding serialized values

A group within an experiment, exposing its name, rule id, id type, and return value without requiring a user evaluation.

The groups of an experiment along with its active state, exposed without requiring a user evaluation.

Functions to get values, metadata e.g. group_name for layer Layer object is not a struct, instead it's a reference to a layer struct defined in statsig-core (Binary library)

Options for Statsig.get_layer/3. See Statsig.ExperimentEvaluationOptions for the persistent-assignment fields.

Behaviour and helper APIs for receiving persistent-assignment (sticky value) updates from the Statsig SDK.