mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
[Analytics] Add isDirectShare parameter to transfer metadata
PiperOrigin-RevId: 843507658
This commit is contained in:
@@ -490,6 +490,9 @@ message SharingLog {
|
||||
// provider is not external.
|
||||
optional string external_provider_id = 11
|
||||
/* type = ST_SESSION_ID */;
|
||||
// Is this file transfer from a direct share target. This is only available
|
||||
// for the sender log.
|
||||
optional bool is_direct_share = 12;
|
||||
}
|
||||
|
||||
// TODO(fdi): may consider adding a field about decipherability later.
|
||||
|
||||
Reference in New Issue
Block a user