glean-core/ios/Glean/Metrics/StringListMetric.swift (1 lines of code) (raw):

/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /// This implements the developer facing API for recording string list metrics. /// /// Instances of this class type are automatically generated by the parsers at build time, /// allowing developers to record values that were previously registered in the metrics.yaml file. /// /// The string list API only exposes the `StringListMetricType.add(_:)` and `StringListMetricType.set(_:)` methods, /// which takes care of validating the input /// data and making sure that limits are enforced. public typealias StringListMetricType = StringListMetric