setExperimentsLocally

abstract fun setExperimentsLocally(experimentsJson: String)

A convenience method for apps to set the experiments from a local source for either testing, or before the first fetch has finished.

Experiments set with this method are not applied until apply_pending_updates() is called.