mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
internal
PiperOrigin-RevId: 926321187
This commit is contained in:
committed by
Copybara-Service
parent
0e578f71d4
commit
f7041e16ec
@@ -213,13 +213,14 @@ message V1Frame {
|
||||
|
||||
// An introduction packet sent by the sending side. Contains a list of files
|
||||
// they'd like to share.
|
||||
// NEXT_ID=10
|
||||
// NEXT_ID=11
|
||||
message IntroductionFrame {
|
||||
enum SharingUseCase {
|
||||
UNKNOWN = 0;
|
||||
NEARBY_SHARE = 1;
|
||||
REMOTE_COPY = 2;
|
||||
TAP_TO_SHARE = 9;
|
||||
FILE_SYNC = 10;
|
||||
}
|
||||
|
||||
repeated FileMetadata file_metadata = 1;
|
||||
|
||||
Reference in New Issue
Block a user