mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Analytics]Add isMutualContact to SEND_ATTACHMENTS_END event.
PiperOrigin-RevId: 825355035
This commit is contained in:
@@ -619,6 +619,9 @@ message SharingLog {
|
|||||||
optional int32 connection_medium = 14;
|
optional int32 connection_medium = 14;
|
||||||
// The data usage of the user settings.
|
// The data usage of the user settings.
|
||||||
optional location.nearby.proto.sharing.DataUsage data_usage = 15;
|
optional location.nearby.proto.sharing.DataUsage data_usage = 15;
|
||||||
|
|
||||||
|
// True if the sender and receiver are mutual contacts.
|
||||||
|
optional bool is_mutual_contact = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
// EventType: RECEIVE_ATTACHMENTS_START
|
// EventType: RECEIVE_ATTACHMENTS_START
|
||||||
|
|||||||
Reference in New Issue
Block a user