mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
add folder attachment type
PiperOrigin-RevId: 877603768
This commit is contained in:
committed by
Copybara-Service
parent
2e33e009e5
commit
93cb147c82
@@ -894,6 +894,7 @@ message SharingLog {
|
||||
repeated WifiCredentialsAttachment wifi_credentials_attachment = 4;
|
||||
repeated AppAttachment app_attachment = 5;
|
||||
repeated StreamAttachment stream_attachment = 6;
|
||||
repeated FolderAttachment folder_attachment = 7;
|
||||
}
|
||||
|
||||
message TextAttachment {
|
||||
@@ -970,6 +971,8 @@ message SharingLog {
|
||||
optional int64 duration_millis = 8;
|
||||
}
|
||||
|
||||
message FolderAttachment {}
|
||||
|
||||
// EventType: APP_CRASH
|
||||
// Used only for Nearby Share Windows App now
|
||||
message AppCrash {
|
||||
|
||||
Reference in New Issue
Block a user