// services/device/public/mojom/fingerprint.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace device::mojom {
namespace messages {


enum class FingerprintObserver : uint32_t {
  kOnRestarted = 0,
  kOnStatusChanged = 1,
  kOnEnrollScanDone = 2,
  kOnAuthScanDone = 3,
  kOnSessionFailed = 4,
};
enum class Fingerprint : uint32_t {
  kGetRecordsForUser = 0,
  kStartEnrollSession = 1,
  kCancelCurrentEnrollSession = 2,
  kRequestRecordLabel = 3,
  kSetRecordLabel = 4,
  kRemoveRecord = 5,
  kStartAuthSession = 6,
  kEndCurrentAuthSession = 7,
  kDestroyAllRecords = 8,
  kAddFingerprintObserver = 9,
  kRequestType = 10,
};

}  // namespace messages

}  // device::mojom

#endif  // SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_