mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
...text exposed to open source public git repo...
PiperOrigin-RevId: 917853144
This commit is contained in:
@@ -845,6 +845,8 @@ enum SharingUseCase {
|
||||
USE_CASE_NEARBY_SHARE_WITH_QR_CODE = 7 [deprecated = true];
|
||||
// The user was redirected from Bluetooth sharing UI to Nearby Share
|
||||
USE_CASE_REDIRECTED_FROM_BLUETOOTH_SHARE = 8;
|
||||
USE_CASE_TAP_TO_SHARE = 9;
|
||||
USE_CASE_TAP_TO_SHARE_FROM_TTX_FLOW = 10;
|
||||
}
|
||||
|
||||
// Used only for Windows App now.
|
||||
|
||||
@@ -220,6 +220,7 @@ message IntroductionFrame {
|
||||
NEARBY_SHARE = 1;
|
||||
REMOTE_COPY = 2;
|
||||
TAP_TO_SHARE = 9;
|
||||
TAP_TO_SHARE_FROM_TTX_FLOW = 10;
|
||||
}
|
||||
|
||||
repeated FileMetadata file_metadata = 1;
|
||||
|
||||
Reference in New Issue
Block a user