getExperimentRun
inline suspend fun AppConfigClient.getExperimentRun(crossinline block: GetExperimentRunRequest.Builder.() -> Unit): GetExperimentRunResponse
Retrieves information about an experiment run, including its status, start time, and exposure settings.
Samples
// The following GetExperimentRun example retrieves the details of an experiment run.
val resp = appConfigClient.getExperimentRun {
applicationIdentifier = "339ohji"
experimentDefinitionIdentifier = "bsxyd7k"
run = 1
}Content copied to clipboard