android-components / org.mozilla.telemetry / Telemetry / recordExperiments

recordExperiments

open fun recordExperiments(experiments: MutableMap<String, Boolean>): Telemetry (source)

Records all experiments the client knows of in the event ping.

Parameters

experiments - A map of experiments the client knows of. Mapping experiment name to a Boolean value that is true if the client is part of the experiment and false if the client is not part of the experiment.