[Sharing][Analytics] Add Auto dismiss fast initialization event log

PiperOrigin-RevId: 447614715
This commit is contained in:
hai007
2022-05-09 18:48:32 -07:00
committed by Copybara-Service
parent 487d272e24
commit 6347f80a11
+3
View File
@@ -188,6 +188,9 @@ enum EventType {
// Track device states in Nearby Share setting.
DEVICE_SETTINGS = 49;
// Receiver auto dismisses a fast initialization notification.
AUTO_DISMISS_FAST_INITIALIZATION = 50;
// LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode)
}