mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add fields to SendAttachmentsStart to track whether advanced protection is enabled for the transfer.
PiperOrigin-RevId: 808671647
This commit is contained in:
committed by
Copybara-Service
parent
d4503955fe
commit
ff1b50f1fe
@@ -568,6 +568,12 @@ message SharingLog {
|
||||
// Deprecated. Use share_target_info.has_matching_qr_code instead.
|
||||
optional bool qr_code_flow = 5 [deprecated = true];
|
||||
optional ShareTargetInfo share_target_info = 6;
|
||||
// True if the advanced protection is enabled and the sender needed to
|
||||
// confirm the transfer.
|
||||
optional bool advanced_protection_enabled = 7;
|
||||
// True if the advanced protection flag from NearbyService BE is different
|
||||
// from the mendel flag.
|
||||
optional bool advanced_protection_mismatch = 8;
|
||||
}
|
||||
|
||||
// EventType: SEND_ATTACHMENTS_END
|
||||
|
||||
Reference in New Issue
Block a user