mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
[Quick Share] Track whether user visited quickshare.google/qrcode after tapping on the "Try again" button
PiperOrigin-RevId: 733037389
This commit is contained in:
@@ -957,6 +957,10 @@ message SharingLog {
|
||||
WINDOWS = 5;
|
||||
}
|
||||
optional ClientPlatform client_platform = 1;
|
||||
|
||||
// Whether the /qrcode page was opened in the browser again after the user
|
||||
// clicked on the "Try again" button
|
||||
optional bool is_retry = 2;
|
||||
}
|
||||
// EventType: HATS_JOINT_EVENT
|
||||
message HatsJointEvent {
|
||||
|
||||
Reference in New Issue
Block a user