Add new SETUP_WIZARD event to Nearby Sharing analytics.

PiperOrigin-RevId: 518363414
This commit is contained in:
hai007
2023-03-21 13:29:52 -07:00
committed by Copybara-Service
parent 39df20d821
commit 72ac6e8df0
+4 -1
View File
@@ -27,7 +27,7 @@ option objc_class_prefix = "GNSHP";
// in NearbyClearcutLogger (for android, or clearcut_event_logger as the
// equivalence for Windows) for all events (may exclude settings), and
// session_id for a pair of events (start and end of a session).
// Next id: 57
// Next id: 58
enum EventType {
UNKNOWN_EVENT_TYPE = 0;
@@ -211,6 +211,9 @@ enum EventType {
// Default opt in
DEFAULT_OPT_IN = 56;
// The result of the setup wizard flow
SETUP_WIZARD = 57;
// LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode)
}