// Copyright 2020 The Fuchsia Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_ANALYTICS_STATUS_H_ | |
#define SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_ANALYTICS_STATUS_H_ | |
namespace analytics::core_dev_tools { | |
enum class AnalyticsStatus { kEnabled, kDisabled }; | |
} // namespace analytics::core_dev_tools | |
#endif // SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_ANALYTICS_STATUS_H_ |