Copy as Markdown

Other Tools

// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* 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/. */
#ifndef mozilla_GleanWidgetCocoaMetrics_h
#define mozilla_GleanWidgetCocoaMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace widget {
/**
* generated from widget.ime_name_on_mac
* Name of IME which was selected by users on macOS. The value is Input Source ID if non-Japanese IME was open. Otherwise, if Japanese IME was open, the value is Bundle ID. Input Source ID includes input mode, but Bundle ID does not include input mode. This metric was generated to correspond to the Legacy Telemetry scalar widget.ime_name_on_mac.
*/
constexpr impl::Labeled<impl::BooleanMetric, DynamicLabel> ime_name_on_mac(5907);
}
} // namespace mozilla::glean
#endif // mozilla_GleanWidgetCocoaMetrics_h