metric Monitors
Parameters
value
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
Parameters
values
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
suspend fun metricMonitors(argument: List<suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit>)
suspend fun metricMonitors(vararg argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)
Parameters
argument
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.